Quick Jump Menu
Categories
There are no subcategories in this category.
  • Top>>
  • Virtualmin Control Panel(9)
1 Creating an email account and managing it

To create an email account: 1- Make sure that you have added your domain to the Virtualmin panel 2- The name servers of your domain are set to your VPS Then select the virtual server of your domain and click on Edit users and create the email: Now to login…

2 How edit php settings (php.ini) of virtual servers in virtualmin

PHP files can be configured to run in several ways in Virtualmin including but not limited to: - Apache mod_php - Fastcgi - PHP-FPM To change php settings for the virtual server, you first need to find out which php execution method is set for your website.…

3 How fix permission errros / reset permissions of files in a Virtualmin VPS

In virtualmin each virtual-server is configured to run under its own user/group, so if you get permission error when working with your script or FTP the permissions are not set properly. This can be easily fixed by running Virtualmin permission fix script.…

4 How run python scripts in Virtualmin

Python 2 is installed by default on all vps servers. To run python scripts you need to place your python file inside the cgi-bin folder in the home directory of your virtual server: /home/USERNAME/cgi-bin where USERNAME is the username of your virtual server.…

5 How to configure Virtualmin on first login

When you log in for the first time to the Virtualmin panel, it asks you to configure your server: Note: if you didn't see the above wizard or you want to run the wizard again, you can run it from Virtualmin -> System Settings -> Re-run Install Wizard…

6 How to find out what is overloading your VPS in Virtualmin

People who get VPS servers for their websites usually do this because they have a website with many visitors that can't be hosted efficiently on shared hosting plans due to resource limits. We install the latest the latest and greatest versions of PHP, APACHE,…

7 How to manage files in Virtualmin (Upload, extract, ...)

There are several ways to manage your files in Virtualmin: 1- Use the username and password of your virtual-server to login to FTP on the default FTP port 21 2- Use the username and password of your virtual-server to login to SCP on the SSH port (default…

8 How to use Virtualmin panel

Virtualmin panel listens on the port 10000 by default, to access the panel you should visit: https://YOUR-SERVER-IP-ADDRESS:10000/ you can login with the username root and the root password that has been sent to your email address in the VPS information email.…

9 Managing Mysql databases

You can create a new database from Virtualmin -> Your virtual server -> Edit databases: This is the database name you should use in your scripts. You can use the username and password of your virtual server as the database username and password, to…