×
Community Blog How to Install Webmin on Debian Server ?

How to Install Webmin on Debian Server ?

Webmin is a web-based system administration tool that can be used to manage various aspects of a Debian system, such as users, disks, and services.

Webmin is a web-based system administration tool that can be used to manage various aspects of a Debian system (such as users, disks, and services).

How to Install Webmin on Debian Server

1.  Log in to your Debian system as a user with sudo privileges.

2.  Update the package list by running the following command:

sudo apt update

3.  Install the necessary dependencies by running the following command:

sudo apt install gnupg2 ca-certificates apt-transport-https

4.  Add the Webmin repository to your system by running the following commands:

echo "deb https://download.webmin.com/download/repository sarge contrib" | sudo tee /etc/apt/sources.list.d/webmin.list

wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add -

5.  Update the package list again by running the following command:

sudo apt update

6.  Install Webmin by running the following command:

sudo apt install webmin

7.  Access the Webmin interface by opening a web browser and navigating to https://your_server_ip:10000/. You may need to allow the self-signed SSL certificate if you see a security warning.

8.  Log in to Webmin using your system username and password.

0 7 6
Share on

Dikky Ryan Pratama

61 posts | 14 followers

You may also like

Comments

Dikky Ryan Pratama

61 posts | 14 followers

Related Products