
This window provides various options to search package, install new package as well as upgrade all packagesĬommand shell is one of the important part of Linux.It also provides various disk management options like – add partition, remove partition, edit partition parameters.This window provides detailed information about installed disk drives, like – number of drives, partition type, size, cylinder information and so on.Go to Hardware –> Partitions on Local Disks.To get more insights about process go to these tabs On top there are various tabs like PID, USER, MEMORY, CPU.This window shows all running processes of system.
This window also provides option to create/delete user accounts.
In this window, there are options to manage local users and groups. In this section we’ll manage user accounts, processes, disk and packages. Now, let us get our hands dirty with practical. Click on appropriate icon to perform further configuration. To perform advanced configuration like – access control, network port, authentication and many more: Select theme of your choice from drop-down menu. Select language of your choice from drop-down menu. Go to Webmin –> Change Language and Theme. We can configure its language, theme, network port and so on. This interface gives you insights about your system like – CPU, memory and disk usage, information about running process and so on. Once you provide Username and Password, it will show you Dashboard on which current system’s information is displayed. If everything goes fine, then you should see web interface like this: To access Webmin, enter following text in browser: In case OS firewall is enable on your debian server, then use the following commands to allow 443 & 10000 port, :~$ sudo ufw allow 443/tcp :~$ sudo apt-get install webmin -y Configuration of Webmin on Debian / Ubuntuīy default, Webmin runs on port 10000. Perform following steps to install binary package of Webmin: :~$ sudo apt-get install apt-transport-https Perform following steps to install GPG key: :~$ wget Webmin repository is signed with GPG key. sarge – represents name/version of distribution. deb – represents installation of binary package. To do this, append below line to /etc/apt/sources.list file. Webmin is not part of Debian/Ubuntu’s official repository hence first we have to add Webmin repository URL to APT package manager.