up vote 0 down vote favorite
share [g+] share [fb]

I would like to mount a linux server with multiple users. The idea is that every user can access the server with his own account using a web page.

Anyone has an idea of how to do it ?

link|improve this question
1  
I guess you should ask at serverfault.com – Jiri Oct 8 '09 at 21:51
You need to specify what type of access the users need as requested below. Is it shell, file or admin access? – Francois Wolmarans Oct 9 '09 at 10:17
feedback

migrated from stackoverflow.com Oct 8 '09 at 21:53

This question came from our site for professional and enthusiast programmers.

3 Answers

What exactly would the users do or access on the site? File access, shell access, do they want to manage hosting, etc. The question is not very clear. If you are looking to provide hosting of mail, web, etc, then a package like the penguinator would work:

http://penguinator.org

If you want to give people access to the system rather than hosting, then webmin is pretty good:

http://www.webmin.com/

Don't know if that helps.

link|improve this answer
feedback

I think you are looking for userdir, in which each user has this kind of url:

http://foobar.org/~elcuco

in the files are avialble from: /home/elcuco/public_html/ (don't forget to chmod a+rx ~/public_html)

link|improve this answer
feedback

If I understood, I would use virtualbox and apache webserver and create site using something like PHP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown