Categories: TutorialsUbuntu

Installing and configuring Vesta Control Panel in Ubuntu 16.04

In this tutorial we will show you how to install Vesta Control Panel on Ubuntu 16.04 Vesta Control Panel is an open source alternative to CPanel.It has the same functionality as cpanel including Web Server, DNS, MySQL Database, Mail, and FTP Server. Vesta uses Nginx for the site’s back-end and Apache for the front end.

So far Vesta is the best CPanel alternative that I have found that works so well out of the box and is super easy to install.

Table of Contents

Toggle

Note

This will install Vesta with Email, FTP, Spam Filter, Antivirus, Firewall, Database, DNS, and Fail2ban.

Install

Connect to your server via SSH

ssh [email protected]
Sponsored

Download installation script

Sponsored
curl -O http://vestacp.com/pub/vst-install.sh

###Run it

Note: Replace hostname, email and password with your own and run as root.

sudo bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname hostname --email email --password password --force

login to the admin interface at

https.//:8083

Enjoy !!

Ubuntu Server Admin

Recent Posts

Industrial cybersecurity: the journey towards IEC 62443 compliance

Industrial cybersecurity is on every CISO’s mind as manufacturers strive to integrate their IT and…

5 hours ago

Xfce 4.20 Pre2 Released

Dec 01,2024 Xfce 4.20 Pre2 Released Dear Xfce community, I am happy to announce the…

10 hours ago

How to Install Miniconda on Ubuntu 24.04

Anaconda is a package, dependency function, and environment management. As environment management for programming languages,…

1 day ago

Entra ID authentication on Ubuntu at scale with Landscape

In September we introduced Authd, a new authentication daemon for Ubuntu that allows direct integration…

5 days ago

Call for nominations: 2024 Ubuntu Technical Board

We’re looking for motivated people that want to join the Ubuntu Technical Board! The Ubuntu…

6 days ago