We're here to assist with any of your needs, don't hestitate to reach out.
Webmin is a web-based system administration tool that allows users to manage various aspects of their server through a graphical interface. Virtualmin, on the other hand, is a web hosting control panel based on Webmin that enables easy management of virtual domains, email accounts, databases, and more.
To install Webmin/Virtualmin on Ubuntu 20.04, follow the steps below:
ssh username@server_ip_address
sudo apt update
sudo apt install software-properties-common apt-transport-https
wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"
sudo apt update
sudo apt install webmin
After the installation completes, you should be able to access Webmin/Virtualmin by opening a web browser and entering your server's IP address followed by port 10000 (e.g., https://your_server_ip_address:10000
). Make sure to replace your_server_ip_address
with the actual IP address of your server.
Upon accessing Webmin/Virtualmin for the first time, you will need to log in using your system's root credentials. Once logged in, you can start managing your server and setting up virtual domains using the intuitive web-based UI provided by Webmin/Virtualmin.
What our customers say about us
Create your free account today.