0

I followed the link below and installed the GUI on Ubuntu Server 20.04

  1. I've Installed XRPD (below) but I'm unable to access Ubuntu remotely. When I access the VPS's url I get connection timeout.

  2. After installing Ubuntu GUI (below) I lost access to Cyberpanel (an alternative to cPanel)- I checked the port number in /usr/local/lscp/conf/bind.conf and is correct, but after the GUI update I get timeout error when I try to access CyberPanel. CyberPanel port is enabled in UFW

Many thanks

How do you run Ubuntu Server with a GUI?

Installing XRPD: https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-20-04/

CyberPanel : https://cyberpanel.net

1 Answers1

0

Update

Point #1: It turns out that Win 10 Home do not have Remote Desktop capabilities, so I'll need to upgrade to Win 10 Pro or Enterprise in order to connect with Ubuntu remotely.

Point #2 is resolved. I found out that the GUI Update deleted the firewalld port used by Cyberpanel.

I added it back as below:

> sudo systemctl start firewalld

> sudo systemctl enable firewalld

> sudo firewall-cmd --permanent --add-port=1234/tcp

Where 1234 is the port used to access Cyberpanel.