Skip to content

Commit e806cc6

Browse files
Merge pull request #2499 from jasonrandrews/review
Update VNC install guide
2 parents e4b7f5a + 06aef29 commit e806cc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/install-guides/vnc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Virtual Network Computing (VNC) is one of the common tools used to connect to a
3333

3434
This guide provides information about how to set up VNC on a remote Arm Linux machine.
3535

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.
3737

3838
## What is VNC?
3939

@@ -89,6 +89,8 @@ To create a systemd service to start the VNC server, create the file `/etc/syste
8989

9090
Use `sudo` or root privileges because this file is in a system directory.
9191

92+
If your username is not `ubuntu` change the `User` value to match your username after you create the new file.
93+
9294
```ini
9395
[Unit]
9496
Description=Remote desktop service (VNC)
@@ -106,6 +108,7 @@ Use `sudo` or root privileges because this file is in a system directory.
106108
[Install]
107109
WantedBy=multi-user.target
108110
```
111+
109112
The following commands are for any Linux distribution that uses `systemd`.
110113

111114
To start the VNC service:

0 commit comments

Comments
 (0)