forked from iterativo-git/dockerdoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Webmin
DantePereyra edited this page Nov 20, 2025
·
3 revisions
We'll use Webmin to make our work easier by having visual files and the capability to edit Nginx archives on the fly.
sudo -icurl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
sudo sh webmin-setup-repo.shThen install:
sudo apt-get install webmin --install-recommendsTo access Webmin:
https://localhost:10000Use the same system user/password.
To use Webmin remotely:
ssh -L 10000:$ip_or_vm:10000 -N $user