Blue
Red
Green
Orange
Voilet
Slate
Dark

Install the interface for Ubuntu 16 - Linux Gui Server (Xubuntu) on vps Google Cloud

Admin

Administrator
Staff member
Joined
Apr 3, 2022
Messages
383
Reaction score
53
Points
28
Terminal Commands:
1. sudo apt update
2. sudo apt upgrade
3. sudo useradd -m -s /bin/bash enteryournamehere
4. sudo passwd enteryournamehere
5. sudo usermod -a -G sudo enteryournamehere
6. su - enteryournamehere
7. sudo su
8. su - enteryournamehere
9. sudo apt install xfce4 xfce4-goodies
10. sudo apt install -y tightvncserver
11. vncserver
12. vncserver -kill :1
13. nano ~/.vnc/xstartup

14. Type this command

nano xstartup

and enter this and save

#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &


And press Control + X to save it

chmod +x ~/.vnc/xstartup
sudo reboot

After rebooting, I still can't enter = IP:Port.

You have to run the command below:

vncserver

After running it, it shows a few lines of messages like: Now you can remote in, maybe it asks for password ... log .. this and that.

Now install VNC Viewer and then log in with ip:port

EX: 123.321.123.22:5901 and then enter the user password and that's it.

1. https://cloud.google.com/

2. https://www.uvnc.com/downloads/ultravnc.html
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks