webmin

Webmin is an open source control panel to manage Linux and FreeBSD servers.

http://www.webmin.com

Download Latest source distribution from

http://www.webmin.com/download.html

To install webmin in Ubuntu/debian, edit

vi /etc/apt/sources.list

Add

deb https://download.webmin.com/download/repository sarge contrib

On Debian 11, Ubuntu 22.04 or higher, add the following

deb [signed-by=/usr/share/keyrings/jcameron-key.gpg] https://download.webmin.com/download/repository sarge contrib

Add GPG key

cd /root
wget https://download.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc 

On Debian 11, Ubuntu 22.04 or higher.

cd /root
wget https://download.webmin.com/jcameron-key.asc
cat jcameron-key.asc | gpg --dearmor >/usr/share/keyrings/jcameron-key.gpg

Install webmin with apt

apt-get update
apt-get install apt-transport-https
apt-get install webmin

webmin access log

/var/webmin/webmin.log

LetsEncrypt SSL for webmin server
Webmin create new admin user from command line
Change MySQL root password in Virtualmin

See Hosting Control Panel

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *