Virtualmin

Virtualmin is a Webmin module for managing multiple virtual hosts through a single interface, like Plesk or Cpanel.

How to install Virtualmin: 

# wget http://software.virtualmin.com/gpl/scripts/install.sh
sudo /bin/sh install.sh

Source: https://www.virtualmin.com/download.html

 

Once installed you should be able to login using using this URL:
https://1.2.3.4:10000 

Where 1.2.3.4 is your server's IP address




How to create a virtual host.

Go to Create Virtual Server form and specify domain name, some description and password. Press Create Server.

 


 

How to import database.

If you already have a manually created databese and you want to assign it to some webserver you can use Edit Databases form.

Edit Databases -> Import Database (tab). Select the existing database and press Import Now.

 


 

How to backup/restore database.

1. Backup.

Edit Databases -> Databases -> (Select database) -> Manage

 


 

In the next screen press Backup Database.

 


 

Specify the name of the backup file (with path).

You also can define a scheduled backup policy here.

 


 

2. Restore.

Edit Databases -> Databases -> (Select database) -> Manage

 


 

In the next screen select Execute SQL

 


 

In the next screen select Run SQL from file (tab) and specify the path to the mysql backup file. Press Execute.

 


 

How to create mailbox

In Virtualmin choose the domain that you'd like to create the mailbox related to.

Use Add a user to this server form.

 


 

Specify mailbox user name, real (unix) user name, password and press Create.

 

You also can install phpMyAdmin (web interface for MySQL) and Roundcube (webmail) using Install Scripts in Virtualmin main menu.

Was this answer helpful?

 Print this Article

Also Read

DirectAdmin License update \ip change

DirectAdmin will not be running, as the license file will be invalid. Get the new license file...

Backup and restore in cPanel

Backup and restore in cPanel is quite simple procedure. Backup Step 1. Go to Backup Wizard...

Installing Softaculous

Installing Softaculous in cPanel. Source:...

Uploading files in cPanel

If you would like to upload some files to your server using cPanel, you can do so with built-in...

Webmin installiation and First Login

We reccomend you to install webmin reffering on the official WebMin install GUI:...