I recently decided to go with no panel at all on my VPS. I am doing everything from SSH, without any linux knowledge. All I know is how to use yum (package manager). With only that knowledge, I put up nginx (webserver), php, ftp and mysql. And it's working.
Sweet! I've got a linux server at home (though it's not running at present because it doesn't make sense to me to have to pay for electricity to serve a website when there are plenty of free servers out there!).
As a newbie to linux, I found some software that really helped me out a lot. It's called
XMing and the idea behind it is sort of like doing a "Remote Desktop" into your linux server, but
only pulling out the GUI pieces that you really need (which worked great for me since my linux server was running off of a computer with only something like 550 Mhz of processing power).
As long as you know (or can find) the text-based commands for opening GUI based programs, then you can access whatever it is that you need with relative ease.
For instance, in Fedora Core 8 (my box's OS), typing "gnome-terminal &" will open an additional terminal window in a new process. Or typing "gedit" will open the gnome-based text editor. Of course, there are also heavier GUI commands like "nautilus" that will open the desktop framework and the linux file browser.
Steps are as follows:
1. Start up XMing
2. Use a program (like "putty") from a windows based machine to SSH into your linux based server with X11 enabled (options for this are somewhere in putty's options - I'm sure they are included with whatever you're familiar with).
3. While in your SSH window, type in something like "gedit" (dependant upon the server OS) and see what happens!
Feel free to
email me if you are getting stuck and I'll try to respond as soon as possible (before July 1st)
Edit:
Also, imo you should never ever use fantastico. Fantastico asks for exact same info the script does on install, so why not install manually?
Coz Imma noob! j/k
I'm new to the x10hosting community, so I was unaware that we had
that much control over what is running on the server with a free account. Thanks for the tip! Now, I don't think I have any reservations about cPanel being replaced.