I am trying to figure out the best way to organize my users via WHM/cPanel. For pretty much everything I will be hosting, I will have complete access personally to the sites. Even if I am hosting client websites, it will probably be just me who will be logging in and doing things. So, I wanted to basically have one cPanel user that has control over a dozen or so domains. A lot of these websites will share certain files, so if I am logged in via ssh using this user, I should be able to make changes to any of the files.
When I create a new account via WHM, it asks for a domain. So lets say I create a user named bob and domain example.com. It creates:
/home/bob/public_html for the web root of example.com.
What I would prefer is to be able to create a user bob that can basically add his own domains (is this what is called a reseller account?). Then we would have:
/home/bob (which could be an empty directory)
Then bob can create:
/home/bob/example/public_html
/home/bob/anotherdomain/public_html
Can cPanel work this way or do I need to set up this directory structure manually?
THANKS!!!