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: content/install-guides/vnc.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Virtual Network Computing (VNC) is one of the common tools used to connect to a
33
33
34
34
This guide provides information about how to set up VNC on a remote Arm Linux machine.
35
35
36
-
This installation only works on newer versions of Ubuntu and Debian. It was successfully tested on **Ubuntu 22.04** and is known to fail on **Ubuntu 20.04**.
36
+
This installation only works on newer versions of Ubuntu and Debian. It was successfully tested on Ubuntu 22.04 and Ubuntu 24.04.
37
37
38
38
## What is VNC?
39
39
@@ -89,6 +89,8 @@ To create a systemd service to start the VNC server, create the file `/etc/syste
89
89
90
90
Use `sudo` or root privileges because this file is in a system directory.
91
91
92
+
If your username is not `ubuntu` change the `User` value to match your username after you create the new file.
93
+
92
94
```ini
93
95
[Unit]
94
96
Description=Remote desktop service (VNC)
@@ -106,6 +108,7 @@ Use `sudo` or root privileges because this file is in a system directory.
106
108
[Install]
107
109
WantedBy=multi-user.target
108
110
```
111
+
109
112
The following commands are for any Linux distribution that uses `systemd`.
0 commit comments