Skip to main content

Posts

Showing posts with the label VestaCP

VestaCP (open source hosting control panel) Installation In Ubuntu Server

Introduction: VestaCP is an open source hosting control panel. VestaCP provides the ability to manage a domain, DNS, mail, database, Cron jobs, such as backup. In this article, We are going install VestaCP with Apache web server, Mysql for database, iptables for Firewall security, vsftpd for FTP server, named for DNS.    Server Minimum Requirements:    RAM 512Mb HDD 20Gb  CPU 1Ghz Before Installation Requirements: Run update and upgrade command first. command: sudo apt-get update   sudo apt-get upgrade VestaCP Installation setps: To download the vesta installation script, enter the following command in a terminal: command: curl -O http://vestacp.com/pub/vst-install.sh Now we have to Generate Install Command. Open https://vestacp.com/install/ After selecting your install settings click the Generate Install Command button. This generated command, You can generate command according to your requirements. bash vst-install.sh --nginx no --apache yes --phpfp...