Skip to Content

Installing Webmin on Debian-Based Linux Systems

How to Install Webmin on Linux Debian-Based Systems

Webmin may be a powerful web-based interface designed to simplify server administration tasks on Unix-like systems. It allows users to manage server settings, users, services, and configuration files via an internet browser. This tool is especially useful for people preferring a graphical interface over the instruction or those new Linux systems.


In this guide, we’ll walk you thru the steps to put in Webmin on Linux Mint 21 and obtain it up and running on your system.


Dns Configure

Write something...

Steps to put in Webmin on Linux Mint 21

Step 1: Download the Webmin Package

To begin, you would like to download the Webmin package. you'll either download it from the official Webmin website or directly through the terminal. during this guide, we'll use the terminal for simplicity. Run the subsequent comman

Copy Command
wget http://prdownloads.sourceforge.net/webadmin/webmin_2.011_all.deb

This will download the Webmin package to your current working directory.

Step 2: Install the Webmin Package

After downloading the package, you would like to put in it using the apt package manager. First, navigate to the directory where the downloaded .deb file is found. Then, execute the subsequent command:

Copy Command
sudo apt install ./webmin_2.011_all.deb -y


This will install Webmin on your Linux Mint system.

Step 3: Configure the Firewall

Webmin uses port 10000 by default. To access it, you would like to permit traffic on this port. Use the subsequent command to update the firewall rules:

Copy Command
sudo ufw allow 10000

Step 4: Verify Webmin Service

After installation, it’s an honest idea to see whether the Webmin service is running. Use the subsequent command:

Copy Command
sudo systemctl status webmin


If the service is active and running, you're able to proceed.

Step 5: Access the Webmin Interface

To access Webmin, open your browser and navigate to:

Copy URL
https://<your-server-ip>:10000

Webmin

Replace with the IP address of your server. you'll be prompted to log in using your system username and password. Once logged in, you’ll be greeted with the Webmin dashboard, where you'll manage your server with ease.

How to Remove Webmin from Linux Mint 21

If you would like to uninstall Webmin, you'll remove it using the subsequent command:

Copy Command
sudo apt remove webmin -y


Conclusion

Webmin provides a convenient thanks to manage your Linux server through a user-friendly web interface. By following the steps during this guide, you'll easily install and configure Webmin on Linux Mint 21. Once found out, you’ll be ready to control various aspects of your server with just a couple of clicks in your browser.

Share this post
Tags
Archive
Sign in to leave a comment