Webmin as a Web GUI for Linux (https://webmin.com/) and have tons of functions and features, this is especially useful for Beginners IT Admin personnel.
Still it is recommended to use SSH to manage any Linux servers instead of GUI.
1. Ensure Ubuntu repository is up-to-date.
sudo
apt update && sudo apt upgrade -y |
sudo
apt install wget curl nano net-tools gnupg1 -y |
sudo
nano /etc/apt/sources.list |
deb
http://download.webmin.com/download/repository sarge contrib |
sudo
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh |
sudo
sh setup-repos.sh |
sudo
apt update && sudo apt upgrade -y |
sudo
apt install webmin -y |
https://[You IP Address]:10000 |
sudo
ufw allow 10000 |
sudo
reboot |
No comments:
Post a Comment