You are on page 1of 1

sudo nano /etc/apt/sources.

list
#Repo
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

sudo wget http://www.webmin.com/jcameron-key.asc


sudo apt-key add jcameron-key.asc

apt-get update
apt-get install webmin -y

systemctl start webmin


systemctl enable webmin
systemctl status webmin

firewall-cmd --permanent --add-port=10000/tcp


firewall-cmd --reload
systemctl restart firewalld

You might also like