Vesta CP is one of the popular server Linux-based control panels. It allows you to work with sites, mail, and databases, manage updates, and much more through a simple and easy-to-use web interface.
The Vesta CP for Linux is suitable for users who are interested in a simple way to deploy a website on a VPS without the need for administrative skills.

The Beget VPS with pre-installed Vesta CP is a ready-to-use and fully configured web hosting control panel on your virtual server.
Vesta CP installation and features of the hosting panel
When installing a server, in addition to the standard parameters you will be asked to specify:
- Admin Email. It will be used as the administrator's email account.
- Admin Password. It will be used to log in to the administrator account.
When setting up the server, an administrator account that will have rights to fully manage the entire server will be created.
To go to Vesta Control Panel, use the access button in the panel or open the address: https://ip-server:8083/login/
Access data:
- administrator account login –
admin - password of the administrator account – the password that you set before creating the server
Getting Started
Creating a website
To add a site, go to the WEB menu and add a domain.

Creating a database
To create a database, go to the DB section and create a database and a database user.

Do not forget to save the entered data by clicking the "Add" button.
To manage the database you can use phpMyAdmin web panel, the button to open it is available on the same tab.

We wish you good luck with server management and administration on Vesta CP!
FAQ
We'll do everything for free for you. You can use the special form to apply for porting.
By default, the server is set to PHP version 7.2.
If you need a different version, you should:
- connect to the server via SSH;
- add the php repository to the system with the commands
curl "http://public-mirrors.beget.ru/apt/ppa.launchpadcontent.net/ondrej/php/ubuntu/public_bionic.key" | apt-key add -andecho "deb http://public-mirrors.beget.ru/apt/ppa.launchpadcontent.net/ondrej/php/ubuntu/ bionic main" > /etc/apt/sources.list.d/beget_ondrej_ppa.list; - update the list of packages available for installation with the
apt updatecommand; - install the desired version of php, the necessary modules, and the module apache2 for the desired version of php with the command
apt install php5.6 libapache2-mod-php5.6 php5.6-curl php5.6-gd
(wherephp5.6is php version 5.6,libapache2-mod-php5.6is apache2 module,php5.6-curl php5.6-gdare php modules; the final list of modules may be more or less, depending on your site requirements and php version);
- turn off the module of the current version of php for apache server with the command
a2dismod php7.2; - turn on the module of the new version of php for apache with the command
a2enmod php5.6; - restart the apache2 service with the
systemctl restart apache2command.
From the Vesta CP free control panel, you can manage SSL certificates. You can immediately set an SSL certificate for your domain in the WEB tab.

Click on the icon "Edit", put a checkbox "SSL support" and specify the necessary data.

