I have apache2, mysql, and vsftpd running. Are there any other tools I can use to make the transition easier? Any free control panels similar to cpanel?
|
|
I loathe using a control panel, because while they make the simple stuff easy, they make the hard stuff damn well near impossible, which severely hampers your ability to do things down the road -- and you never know when you're going to hit a massive control panel-inspired road block (it's not as though the authors are going to say "here's where we suck"), and moving away from a control panel later ends up being a lot more costly and troublesome than just avoiding them to begin with. Learn some basic sysadmin skills and you'll be a lot better off in the long run. |
|||||||||||||
|
|
You'll probably want an MTA as well - I'd recommend Postfix. You can also install Postfix Admin (http://postfixadmin.sourceforge.net/) if you'd like a web interface to it. Make sure you've got a firewall running as well. APF (http: //www.rfxn.com/projects/advanced-policy-firewall/) is a reasonably nice iptables configuration manager that's quite straight forward to configure. As for making the migration process easier, just follow these simple steps.
|
||||
|
|
|
Don't forget to install php (or the scripting language of your choice). phpMyAdmin is useful for MySQL administration. You may also want to install open-ssl for generating SSL certificates and/or certificate requests (assuming you want secure connections). If you want to send mail from your scripts you'll need something like PostFix. If you want to receive and serve mail as well, you'll also need a pop3 and/or IMAP server (Cyrus, Dovecot, Courier IMAP). You may also want to checkout SliceHost's Article Section. It's fairly comprehensive and aimed at new server admins. I agree with the comments above- control panels are very limiting. In the long run, you'll be better off editing the config files by hand- it's usually pretty straight-forward. |
|||
|
|
|
If you are looking for control panels to manage your server then consider Webmin or ISPConfig both free and open source. Like others recommended it would not hurt to configure by hand, in the end it's your choice. |
|||
|
|
|
http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-dovecot-ispconfig-3 This will help you to setup an ISPconfig server. |
|||
|
|