Skip to main content

How to access a cPanel account using root?

Comments

3 comments

  • dalem
    with root ssh you have access to everything but if you wanted to access just that user you would grant ssh access to that user in whm and log in as username@yourip if you wanted to access via your root connection you would issue the command su username
    0
  • Eric
    Howdy, You could su - to act as that user. Make sure the user has a shell like bash before you move. Thanks!
    0
  • Akhil K Aniyan
    That's goesn't gave access to the public_html directory of a particular user. But this command helped! cd /home/USERNAME/public_html/ Thanks.
    0

Please sign in to leave a comment.