How to install Webmin on Debian Skriv ut

  • Webmin, Debian
  • 0

1. Update your system to make sure all packages are up to date.

Open the server's Command Terminal, log in using root user, and input the following line;

apt update && apt upgrade -y

2. Download and run the Webmin setup script.

First download the Webmin repository from the official github link using the following command;

curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh

Then run the repository.

sh webmin-setup-repo.sh

3. Install Webmin

Install Webmin using APT.

apt-get install --install-recommends webmin

4. Verify Status

Verify that the Webmin service is running.

systemctl status webmin

5. Access Webmin

Open a web browser and access Webmin using the following URL:

https://your_server_ip:10000/

Lastly, log in using a root user. (Note: Your browser will likely display a "connection is not private" warning because Webmin uses a self-signed SSL certificate. You can safely click "Advanced" and proceed).


Var dette svaret til hjelp?

« Tilbake

Powered by WHMCompleteSolution