Docly

How to Install VPSSIM Control Panel

Estimated reading: 2 minutes 0 views

VPSSIM (VPS SIMPLE) is a command line-based hosting control panel application, specifically for the installation and optimization of Nginx, PHP, and MariaDB on the CentOS Linux distribution. Unlike other control panels written in the PHP programming language that runs in a web browser, VPSSIM is accessed via SSH and does not run in the background (daemons, services) so that it does not use resources (CPU, RAM) when not in use.

VPSSIM is available in 2 versions, the first is the Personal version which can be obtained free of charge with limited features. The second, Business Version with prices starting at $ 6, 1 code register for 1 VPS, using 1 time code.

0.Install VPSSIM

Prepare CentOS 7 which is still fresh

Download the VPSSIM installer script then run it

curl http://get.vpssim.com -o vpssim && sh vpssim

Select the version of MariaDB

Select the Nginx version, Nginx Stable Version

VPSSIM setup information, answer 1 to continue

VPSSIM has finished installing

1.Add Website and Install WordPress

Login to the server via SSH, then run the vpssim command to open the VPSSIM Menu.

Enter the number 1 for Add Website & Code

Add a website and install CMS, 3) Add website + WordPress (Auto Setup) 
 
 
Select the cache plugin you want to use, for example 4) WP Fastest Cache
 
Then enter the domain name, for example getbox.xyz
Enter the username for the admin
Enter the password for the admin
Enter email address
 
The WordPress website is up and running

2.Install SSL
Run vpssim and enter 24 for 24) FreeSSL (Let’s Encrypt) Setup

Enter 1) Setup SSL Domain (Version 1)
 
You want to view list website on server ? [y/N] y
 
Enter domain name 

3.Change PHP Version 

 Enter 5) Change PHP Version

For example, if you want to change to PHP 7.3, enter 1) PHP 7.3 and answer y

PHP version has changed

 

Check PHP version with command

php -v
 4.PHPInfo, phpMyAdmin, and File Manager

 Login to the server manager url http://64.20.51.164:60000/svm

Enter username and password
 
  1.  phpMyAdmin link to access phpMyAdmin or directly access the url http: //64.20.51.164: 60000
  2. eXtplorer link to access file manager or directly access the url http://64.20.51.164:60000/vsupload
  3. Yahei-PHP link to display server status
  4. PHP Information link to display PHP configuration information
 
 
 

Leave a Comment