CyberPanel Demo is now available to be viewed from the following address
demo.cyberpanel.net:8090
Admin Login
User: demoadmin
Password: demo123
Reseller Login
User: demoreseller
Password: demo123
Client Login
User: democlient
Password: demo123
Allow FTP port 20 for active connections incoming and outgoing
iptables -A INPUT -p tcp -m tcp --dport 20 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT -m comment --comment "Allow ftp connections on port 20"
iptables -A OUTPUT -p …
I wanted to change the max_upload for phpmyadmin, i had to edit both those files i mentioned in the previous post and reboot the server for the change to take effect.
I tried editing all of the configs and restarting the Litespeed however it made no effect i had to edit the admin/misc/php.ini and admin/conf/php.ini then had to reboot the server for the changes to take effect.
Was just a thought :smile: