I have a dedicated server running "debian GNU/linux" and i want a cpanel like which is a pc software based, so i can manage the server without a browser.

Maybe some software use SSH to process the queries or something like that.

i should be able to manage pop3 emails and mysql databases and so on....

Thanks

link|improve this question

54% accept rate
feedback

1 Answer

up vote 4 down vote accepted

What's the point of using SSH queries? Security? Then use SSL on your web connections. Any other program is just mimicking a web server-client model, and introducing more points of security holes onto the server.

Use already good code that works, use it securely and intelligently.

Otherwise, learn the commands yourself and use ssh via putty remotely.

link|improve this answer
+1 for "learn the commands". – John Gardeniers Feb 28 '10 at 21:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.