1. Добавляем файл репозитория Webmin
Код: Выделить всё
nano /etc/apt/sources.list.d/webmin.listКод: Выделить всё
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contribКод: Выделить всё
sudo apt install gnupg1Код: Выделить всё
wget http://www.webmin.com/jcameron-key.ascКод: Выделить всё
apt-key add jcameron-key.ascКод: Выделить всё
apt updateКод: Выделить всё
apt install webminКод: Выделить всё
systemctl start webminКод: Выделить всё
systemctl enable webminКод: Выделить всё
systemctl status webminКод: Выделить всё
https://SERVER_IP:10000
OR
https://Domain.com:10000
OR
https://localhost:10000