Debian Tutorials

Debian Tutorials


Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Categories


How to install Webmin

Ástþór IPÁstþór IP
Webmin is a web-based system configuration tool. With Webmin it’s easy to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify and control open source apps, such as the Apache HTTP Server, PHP or MySQL.

Compatibility

This tutorial has been tested on the following Linux distributions:

Debian Linux 9 (Stretch)
Debian Linux 8 (Jessie)
Debian Linux 7 (Wheezy)

Last updated:
5th of April 2018

1. Install required dependencies

apt-get install apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl


2. Download Webmin (get the latest version here: http://webmin.com/download.html)

wget https://prdownloads.sourceforge.net/webadmin/webmin_1.881_all.deb

3. Install Webmin

dpkg -i webmin_1.881_all.deb

Webmin is now installed. You can access it on https://yourserver:10000.

Webmin - Server status

Comments 0
There are currently no comments.