You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
26
26
- A [Mac mini](/bare-metal/apple-silicon/how-to/create-mac-mini/)
27
27
28
28
## Accessing the remote desktop
29
+
30
+
<Messagetype="important">
31
+
The VNC port on Mac mini systems is **randomly assigned** during system installation and may therefore be different from the default VNC port 5900. To connect successfully via VNC, use the specific port shown in the **Overview** section of your Mac mini’s configuration.
32
+
For manual connections, ensure that the port from the **Overview** section is correctly entered in your VNC client settings, as this is necessary for a successful connection.
33
+
</Message>
34
+
29
35
<Tabsid="os">
30
36
<TabsTablabel="macOS">
31
37
If your local machine runs macOS, you can use the Scaleway console to connect to your Mac mini using the built-in Apple ARD client.
@@ -62,7 +68,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
- Enter the IP address of the Mac mini in the "VNC server" field and create the connection
71
+
- In the **VNC Server** field, enter the Mac mini's IP address followed by the port (e.g., `192.168.1.100:5901`), then create the connection.
66
72
- Go back to the dashboard and find the Mac mini remote desktop in the Address book
67
73
- Open the remote desktop with the username and password (found in the console)
68
74
@@ -72,7 +78,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
72
78
- Open Remote Desktop Manager
73
79
- Click **+** and **New Entry**
74
80
- Choose **ARD**
75
-
- Enter the IP address of the Mac mini in the "Host" field, the username, and the password (found in the console)
81
+
- Enter the Mac mini's IP address in the **Host** field. Then, specify the port in the **Port** field, along with your username and password (located in the console).
76
82
- Open the session
77
83
78
84
</TabsTab>
@@ -91,7 +97,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
91
97
- Open Remmina and click the **+** icon in the top left to create a new quick connection.
92
98
- Enter the following parameters:
93
99
-**Protocol**: Remmina VNC Plugin
94
-
-**Server**: The public IP address of your Mac mini, found on its **Overview** page in the Scaleway console.
100
+
-**Server**: Your Mac mini's public IP address (found on its **Overview** page in the Scaleway console), followed by the port number, separated by a colon (e.g., `192.168.1.100:5901`).
95
101
-**Username**: The remote desktop password of your Mac mini, available on its **Overview** page in the Scaleway console.
96
102
-**Password**: The remote desktop password of your Mac mini, displayed on its **Overview** page in the Scaleway console.
97
103
-**Color depth**: High color (16 bpp) or better, otherwise the connection will fail.
@@ -107,7 +113,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
107
113
- Open Remote Desktop Manager
108
114
- Click **+** and **New Entry**
109
115
- Choose **ARD**
110
-
- Enter the IP address of the Mac mini in the "Host" field, the username, and the password (found in the console)
116
+
- Enter the Mac mini's IP address in the **Host** field. Then, specify the port in the **Port** field, along with your username and password (located in the console).
Copy file name to clipboardExpand all lines: bare-metal/apple-silicon/quickstart.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ You can access your Mac mini using VNC, a remote desktop-sharing protocol. It al
51
51
52
52
Refer to our detailed documentation for Windows, Linux, and macOS for OS specific information: [How to access the remote desktop of a Mac mini](/bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini/).
53
53
54
+
<Messagetype="important">
55
+
The VNC port on Mac mini systems is **randomly assigned** during system installation and may therefore be different from the default VNC port 5900. To connect successfully via VNC, use the specific port shown in the **Overview** section of your Mac mini’s configuration.
56
+
For manual connections, ensure that the port from the **Overview** section is correctly entered in your VNC client settings, as this is necessary for a successful connection.
57
+
</Message>
58
+
54
59
## How to connect using SSH
55
60
56
61
1. Navigate to the [Scaleway console](https://console.scaleway.com) and log in with your credentials.
Copy file name to clipboardExpand all lines: bare-metal/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,18 @@ round-trip min/avg/max/stddev = 0.182/0.207/0.261/0.028 ms
47
47
48
48
## 2. Verify the VNC connection
49
49
50
+
<Messagetype="important">
51
+
The VNC port on Mac mini systems is **randomly assigned** during system installation and may therefore be different from the default VNC port 5900. To connect successfully via VNC, use the specific port shown in the **Overview** section of your Mac mini’s configuration.
52
+
For manual connections, ensure that the port from the **Overview** section is correctly entered in your VNC client settings, as this is necessary for a successful connection.
53
+
</Message>
54
+
50
55
Execute the following command in a terminal on your local machine:
51
56
```sh
52
-
nc -zv <server_ip>5900
57
+
nc -zv <server_ip><vnc_port>
53
58
```
54
59
Expected output:
55
60
```
56
-
Connection to <server_ip> port 5900 [tcp/rfb] succeeded!
61
+
Connection to <server_ip> port <vnc_port> [tcp/rfb] succeeded!
57
62
```
58
63
- If the connection fails, try [rebooting the server](/bare-metal/apple-silicon/how-to/reboot-mac-mini/).
59
64
- If necessary, restart screen sharing via SSH. See [Restarting screen sharing via SSH](#restarting-screen-sharing-via-ssh).
0 commit comments