Skip to content
DantePereyra edited this page Nov 20, 2025 · 3 revisions

Webmin

We'll use Webmin to make our work easier by having visual files and the capability to edit Nginx archives on the fly.

Switch to Root

sudo -i

Install Webmin

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

Then install:

sudo apt-get install webmin --install-recommends

Access Webmin

To access Webmin:

https://localhost:10000

Use the same system user/password.

To use Webmin remotely:

ssh -L 10000:$ip_or_vm:10000 -N $user

Clone this wiki locally