Ubuntu16 Linux Install Webmin

Disini bisa paham cara install webmin pada Ubuntu.

Oct 3, 2023 - 04:26
 0  7.3k

INSTALLING WEBMIN

curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh

sh setup-repos.sh

apt-get update

apt-get upgrade

shutdown -r now

sudo nano /etc/apt/sources.list

or by winscp /etc/apt/sources.list

add to end line

deb http://download.webmin.com/download/repository sarge contrib

wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

apt-get update

apt-get upgrade

shutdown -r now

apt-get install webmin

FIX ERROR /WEBMIN REPO ERROR

 grep -Rsi webmin.com /etc/apt

After installing, open your web browser and browse to https://localhost:10000/

What's Your Reaction?

like

dislike

love

funny

angry

sad

wow