Download Webmin
wget http://www.webmin.com/download/deb/webmin-current.deb
dpkg -i webmin-current.deb
apt-get -f install -y
# Or You Can Choose This Step
# Added The Source of Repository
pico /etc/apt/sources.list
# And This is The Line
deb http://download.webmin.com/download/repository sarge contrib
# Update and Install Webmin
apt-get update
apt-get install webmin
# And Finally
Webmin is ready, just type on your URL browser with https://[serverIP]:10000
wget http://www.webmin.com/download/deb/webmin-current.deb
dpkg -i webmin-current.deb
apt-get -f install -y
# Or You Can Choose This Step
# Added The Source of Repository
pico /etc/apt/sources.list
# And This is The Line
deb http://download.webmin.com/download/repository sarge contrib
# Update and Install Webmin
apt-get update
apt-get install webmin
# And Finally
Webmin is ready, just type on your URL browser with https://[serverIP]:10000
0Awesome Comments!