Guide Configure webmin on Linux

What is webmin?

Webmin is a web-based interface for System administration for unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit unix Configuration files like /etc/passwd, and lets you manage a System from the Console or remotely. See the standart modules page for a list of all the functions built into webmin.
Now let's configure webmin.

Step 1. Check updates.
#sudo apt Update / #sudo apt upgrade (always Update your OS)

Step 2. Install dependency packages to help you manage software repositories by using.
#sudo apt install software-properties-common apt-transport-https

Step 3. Enable webmin repository.
#sudo wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -

Step 4. Install webmin.
#sudo apt install webmin

Step 5. Now' you should check status of webmin
#sudo systemctl status webmin.

Another method to confirm the installation is successful is to check the installed version of webmin:
#dpkg -l | grep webmin

Step 6. Configure firewall.

#sudo ufw allow 10000/tcp
#sudo ufw reload.
#sudo ufw status

Step 7. Access webmin on Ubuntu
#sudo /usr/share/webmin/changepass.pl /etc/webmin root [new password]

Step 8. Open your ınternet browser and enter the following as a web address using your server's IP:
https://[your server's IP]:10000/

You can get more information about configuring Webmin by clicking on the link.
 

Geri
Yukarı