Can't log into CWP user/admin panel

User Panel If you can't log into the user panel you can try to reset the user password from the admin panel. Admin Panel If your root password is not working then the only option is to reset it via shell using passwd command. If you also don't have shell/ssh/console access then you would need […]

Read More

404 on user login

If you get error 404 after login to the user panel, then you need to check: - from the command line check for MySQL for errors, you can use this example mysql -e "show databases;" * If you only get an output of databases without any error then all is ok with MySQL. If you […]

Read More

Big file upload via File Manager

Video instructions for CWP File Manager To upload a big file via File manager, we need to edit CWP PHP configuration. First backup configuration file: /usr/local/cwp/php71/php.ini cp /usr/local/cwp/php71/php.ini /usr/local/cwp/php71/php.ini.bak Edit configuration file: /usr/local/cwp/php71/php.ini nano /usr/local/cwp/php71/php.ini Locate upload_max_filesize, post_max_size and memory_limit. Change to your size, in this case we are using 500MB, please note that post_max_size […]

Read More

Invalid Session in the panel

If you get a message "Invalid Session" in the panel and you got logout automatically this can be one of the following: - you have multiple tabs/windows open with the different session id - your ip address has changed Please note that you need to have the same session id for all open tabs and […]

Read More

User Logins

With the user panel login credentials you can login to: - phpMyAdmin (MySQL Database Web Gui) - FTP server - CWP User Panel As admin/root you can also login into users panel with the root password.

Read More

How can root login as a user ?

Where is User Panel and how to log in as a user? In the user account list from the admin area click on the "Open Panel" link How to login as a user by using the root account ? On the user panel login prompt enter the users “username” and your root password.

Read More