Skip to content

Commit 06607b6

Browse files
authored
feat(aps): add port information for vnc connections (#3927)
1 parent 5b2f8ec commit 06607b6

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
2626
- A [Mac mini](/bare-metal/apple-silicon/how-to/create-mac-mini/)
2727

2828
## Accessing the remote desktop
29+
30+
<Message type="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+
2935
<Tabs id="os">
3036
<TabsTab label="macOS">
3137
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,
6268
- Download [RealVNC Viewer](https://www.realvnc.com/en/connect/download/viewer/)
6369
- Open RealVNC Viewer (no sign-in required)
6470
- Click **File** and **New Connection**
65-
- 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.
6672
- Go back to the dashboard and find the Mac mini remote desktop in the Address book
6773
- Open the remote desktop with the username and password (found in the console)
6874

@@ -72,7 +78,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
7278
- Open Remote Desktop Manager
7379
- Click **+** and **New Entry**
7480
- 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).
7682
- Open the session
7783

7884
</TabsTab>
@@ -91,7 +97,7 @@ The VNC protocol is platform-independent, supporting Linux, Windows, and macOS,
9197
- Open Remmina and click the **+** icon in the top left to create a new quick connection.
9298
- Enter the following parameters:
9399
- **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`).
95101
- **Username**: The remote desktop password of your Mac mini, available on its **Overview** page in the Scaleway console.
96102
- **Password**: The remote desktop password of your Mac mini, displayed on its **Overview** page in the Scaleway console.
97103
- **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,
107113
- Open Remote Desktop Manager
108114
- Click **+** and **New Entry**
109115
- 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).
111117
- Open the session
112118
</TabsTab>
113119
</Tabs>

bare-metal/apple-silicon/quickstart.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ You can access your Mac mini using VNC, a remote desktop-sharing protocol. It al
5151

5252
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/).
5353

54+
<Message type="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+
5459
## How to connect using SSH
5560

5661
1. Navigate to the [Scaleway console](https://console.scaleway.com) and log in with your credentials.

bare-metal/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,18 @@ round-trip min/avg/max/stddev = 0.182/0.207/0.261/0.028 ms
4747

4848
## 2. Verify the VNC connection
4949

50+
<Message type="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+
5055
Execute the following command in a terminal on your local machine:
5156
```sh
52-
nc -zv <server_ip> 5900
57+
nc -zv <server_ip> <vnc_port>
5358
```
5459
Expected output:
5560
```
56-
Connection to <server_ip> port 5900 [tcp/rfb] succeeded!
61+
Connection to <server_ip> port <vnc_port> [tcp/rfb] succeeded!
5762
```
5863
- If the connection fails, try [rebooting the server](/bare-metal/apple-silicon/how-to/reboot-mac-mini/).
5964
- If necessary, restart screen sharing via SSH. See [Restarting screen sharing via SSH](#restarting-screen-sharing-via-ssh).

0 commit comments

Comments
 (0)