Now running a VPS for JoeJiko.com with CentOS 6.4.<br>My colleague said I should've gone with Debian.. but he was too late.<br>The process was mostly flawless, except a few problems with iptables.<br>I followed the guide to install Centos 6.4 with Apache<br>(I tried nginx first but it was so unfamiliar that I decided to go with Apache for now until I can test more)<br><a href="https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3">https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3</a><br> <br>I was stuck for awhile trying to get ISPconfig3's interface to show up. Every time I tried to access :8080, the connection timed out.<br>Of course, it had to do with the firewall. I disabled that using system-config-firewall and it worked!<br> <br>Also found these useful in my journey:<br><strong>MySQL commands</strong><br><a href="https://www.pantz.org/software/mysql/mysqlcommands.html">https://www.pantz.org/software/mysql/mysqlcommands.html</a><br> <br><strong>Add Linux user with document root permissions</strong><br><a href="https://www.rackspace.com/knowledge_center/article/how-to-add-linux-user-with-document-root-permissions">https://www.rackspace.com/knowledge_center/article/how-to-add-linux-user-with-document-root-permissions</a>