Was wondering if anyone here has used any open source cpanel type scripts to manage hosting websites, handling: resellers/clients/sites etc.
I've been playing with
ISPConfig on debian and ubuntu some it seems to be descent.
Only draw back I can see is their is no chrooted ssh by default, it's only available if the system itself has a ssh server that supports chrooting.
Keep in mind that you can turn this option on if the system supports it..
It just isn't installed and setup thru the ISPConfig installer by default(yet).
ISPConfig is a very basic frontend handles mostly everything and is constantly being updated/improved on, some minor oddities is how user names are created.
Instead of a doing user@domain.com it just does webid#_user by default or domain_username.
You can edit in a few hacks to change how specific services(email,ftp etc.) authenticate users via user@domain.com fairly easilly it's just not setup that way by default(yet).
Anyway mostly was just wanting input for solutions like ISPConfig other people have found usefull and also any security concerns to be watching.
Such as users being able to read/write files they shouldn't be able to and things like that if their in a non chrooted ssh/ftp environment etc..