Access Webmin
The server has Webmin installed, allowing you to manage the server via a web portal.
First you need to update the miniserv.conf file
From your SSH terminal run the following command:
sudo nano /etc/webmin/miniserv.conf

Then scroll down to ‘SSL=1‘ and change it to ‘SSL=0‘
This is so you dont receive SSL errors when accessing the Webmin portal.

Press Ctrl+O to save and then Ctrl+X to exit the config file
Run the following command to restart the Webmin services
sudo /etc/init.d/webmin restart
Now access the following URLs to access the Webmin portal using the servers IP:
http://PublicIP:10000
Or
http://PrivateIP:10000
Login using the root user and password.
