How to properly set up a Mail Client in Vesta Control Panel

Properly set up a Mail Client in Vesta Control Panel * You can use Thunderbird, Apple Mail, Outlook or Outlook Express * Use full e-mail address as username * IMAP and SMTP STARTTLS with normal passwords Username: william.cage@alpha-mimic.ltd Password: aXly8Kbiqo IMAP hostname: alpha-mimic.ltd IMAP port: 143 IMAP security: STARTTLS IMAP auth method: Normal password SMTP […]

See More

How to remove Nginx on a Debian or Ubuntu in Vesta Control Panel

Remove Nginx on a Debian or Ubuntu in Vesta Control Panel,  Let Go Step 1. Stop nginx service nginx stop Step 2. Remove package apt-get remove nginx Step 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf Step 4. Change httpd configuration cd /etc/apache2/conf.d sed -i […]

See More

How to replace vsftpd with ProFTPD on a RHEL or CentOS in Vesta Control Panel

Replace vsftpd with ProFTPD on a RHEL or CentOS in Vesta Control Panel 1. Disable vsftpd service vsftpd stop chkconfig vsftpd off 2. Install software package yum install proftpd 3. Download configuration wget http://c.vestacp.com/0.9.8/rhel/proftpd.conf -O /etc/proftpd.conf 4. Change vesta settings sed -i “s/vsftpd/proftpd/” /usr/local/vesta/conf/vesta.conf 5. Enable proftpd chkconfig proftpd on service proftpd start

See More