Master da Web
Back to Blog

How to install Webmin on Debian

LucasMarch 4, 20121 min readUpdated on November 4, 2023
How to install Webmin on Debian

Webmin is a web-based system administration interface for Unix. Using any modern browser, you can set up user accounts, Apache, DNS, file sharing and so on.

How to install Webmin on Debian?

Download the latest version of Webmin using the WGET command:

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb

On this page you will find the latest version of Webmin: http://www.webmin.com/download.html

After downloading webmin, use the command below:

dpkg --install webmin_1.580_all.deb

If Debian reports missing libraries or files, use the following command to install these dependencies:

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Webmin will then be installed automatically. Once installed, the panel can be accessed at the following address:

http://ip_do_servidor:10000

Login details:

Login: root

Password: YOUR SERVER PASSWORD

Tags#debian#Tutorial#webmin
Share

Need Hosting or Servers?

Discover our VPS, dedicated servers and professional hosting solutions

Related Articles

View all articles