From 66b52672b990fd8de3dd515de7a0e325093d0e9c Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 21 Feb 2025 14:07:53 +0100 Subject: [PATCH] fix(aps): remove unnecessary troubleshooting --- menu/navigation.json | 4 -- .../troubleshooting/mac-mini-inaccessible.mdx | 44 ------------------- 2 files changed, 48 deletions(-) delete mode 100644 pages/apple-silicon/troubleshooting/mac-mini-inaccessible.mdx diff --git a/menu/navigation.json b/menu/navigation.json index 7dee41e83e..467f504a6c 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -1064,10 +1064,6 @@ }, { "items": [ - { - "label": "Troubleshooting inaccessibility issues to Mac minis", - "slug": "mac-mini-inaccessible" - }, { "label": "Troubleshooting remote desktop connections to Mac mini servers", "slug": "cant-connect-using-vnc" diff --git a/pages/apple-silicon/troubleshooting/mac-mini-inaccessible.mdx b/pages/apple-silicon/troubleshooting/mac-mini-inaccessible.mdx deleted file mode 100644 index 822051e896..0000000000 --- a/pages/apple-silicon/troubleshooting/mac-mini-inaccessible.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -meta: - title: Troubleshooting inaccessibility issues with Mac mini - description: Steps to troubleshoot and regain access to your Scaleway Apple silicon Mac mini. -content: - h1: Troubleshooting inaccessibility issues with Mac mini - paragraph: Steps to troubleshoot and regain access to your Scaleway Apple silicon Mac mini. -tags: access, connectivity, mac-mini -dates: - validation: 2025-01-31 - posted: 2025-01-31 -categories: - - bare-metal ---- - - -- A Scaleway account logged into the [console](https://console.scaleway.com) -- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/) -- A [Mac mini](/apple-silicon/how-to/create-mac-mini/) - -## Problem -My Mac mini is inaccessible. - -### Symptoms -Your Mac mini is inaccessible when you try to reach it on its IP address or hostname. - -## Possible causes -- Network configuration errors. -- Firewall settings blocking access. -- System crashes or unresponsive states. - -### Solution -1. Check the network configuration: - - Ensure that your Mac mini is correctly configured with the appropriate IP settings. - -2. Review firewall settings: - - Verify that firewall settings are not blocking incoming connections. - -3. Reboot the Mac mini: - - Use the Scaleway console to reboot your Mac mini. - -4. Contact support: - - If the issue persists, contact [Scaleway support](https://console.scaleway.com/support) for further troubleshooting.