[VestaCP] Getting started with VestaCP

Introduction

The Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in.

More information can be found on official web page:

https://vestacp.com/

VestaCP Template

In Time4VPS you are able to install VestaCP template really easy and fast, only with few mouse clicks:

  1. Login to the Clients Portal;
  2. Select at the top of menu the “My Services > VPS” tab;
  3. Press the “Manage” button at the service table;
  4. Press the “Install OS” button;
  5. Choose operating system, agree with warning and press “Continue”;
  6. Wait for 5-10 minutes and refresh VPS management page.

VestaCP template contains:

  • CentOS 6
  • Apache 2.2.15
  • PHP 5.5.28
  • MySQL 5.5.45
  • Nginx 1.4

1. Login

VestaCP uses 8083 port, so to connect to control panel on you internet browser enter:

http://ip_of_your_server:8083/

Username for login is “admin” and password is server’s “root” password, which you can find on Clients Portal.


2. Adding New User

In the upper part of the control panel select “User” and press the “Add User” > fill in all needed information and press “Add”.

3. Adding New Website

Access to the control panel with the desired user > in the upper part of the control panel select “Web” and press the “Add Web Domain > fill in all necessary information and press “Add”.

It is worth noting that if you want to add additional FTP user you need to check the box next to “Additional FTP” within “Addition options”. Additional FTP users are limited to 1.

4. Adding New Domain to DNS Management

In the upper part of the control panel and select the section “DNS” and click “Add DNS Domain” > fill in all necessary information and press “Add”.

5. Adding email account

First of all we need to add domain which we will use for email accounts. In the upper part of the control panel select “EMAIL” and click on “Add Mail Domain” > insert necessary information and press “Add”.

Then again in the upper part of the control panel select “MAIL” > near domain you want select “+ Add Account” > insert necessary information and press “Add”.

6. Adding Database

In the upper part of the control panel and select the section “DB” and click “Add Database” > fill in all necessary information and press “Add”.

7. Password reset

In order to change forgotten VestaCP “admin” user password, enter the following command:

passwd admin

You will be asked to enter a new password and then retype it once again. After this is done, you should see this result:

passwd: all authentication tokens updated successfully.

More information on how to use VestaCP panel can be found by visiting the following links:

VestaCP official website: http://vestacp.com/
VestaCP documentation: http://vestacp.com/docs/

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Linux Applications
How to resolve spamming issue with postfix

How to resolve the spamming issue with your postfix mailserver having CWP. Before starting we should stop the postfix mailserver. service postix stop For start lets count the number of emails stuck in the mail server queue: postqueue -p | grep -c “^[A-Z0-9]” Select few similar emails and use IDs …

Web hosting control panels
How to manually import emails

Instructions for manual import of the emails to your CWP server. 1. Create all required mailboxes via CWP2. Login in each created mailbox (this will create required file and folder structure)3. Copy the emails (like any other files) in /var/vmail/DOMAIN.COM/USERNAME4. Fix Permissions (chown uploaded files vmail:mail) Example path for email …

Web hosting control panels
[Kloxo] Installation of Kloxo-MR Control Panel

Kloxo-MR is a free and open-source web hosting control panel for CentOS and Red Hat Linux distributions. It allows the host administrators to run a combination of lighttpd or Apache with djbdns or BIND, and provides a graphical interface to switch between these programs without losing data. It is also …