MCHostPanel icon indicating copy to clipboard operation
MCHostPanel copied to clipboard

Some issues with install

Open Bayside308 opened this issue 8 years ago • 1 comments

Hello!

When I install the panel, it does load the login screen but I cannot proceed past it. A few questions I have that might fix this are:

  • Do usernames have to be the same as SSH users?

  • Where is the home directory? Is it in the actual /home/user or is it wherever is set during the install?

EDIT: It says I am now logged in after making the admin account, yet still takes me to the main page and doesn't let me log in / view any other pages.

Bayside308 avatar Jan 21 '17 16:01 Bayside308

Usernames don't have to match any other systems, they're specific to the panel. The home directory can be any directory that the web server user (often www-data) can write to. I usually set it up so that the panel is in /var/www/panel and each user has a home folder in /var/www/servers/(user).

If the login is having issues, make sure the permissions on the data/ folder allow the server to read and write the configuration files.

Alanaktion avatar Jan 22 '17 04:01 Alanaktion