CyberPanel Cheatsheet
A handy reference page for common CyberPanel commands and configurations.
I made a cheat sheet which is a list of the most common configurations that I deal with on CyberPanel servers. If you don’t find what you need here, check on CyberPanel documentation or community.
Change CyberPanel new website default page
cd /usr/local/CyberCP
nano index.html
Reset CyberPanel Admin Password
Change YOURNEWPASSWORD to your own
adminPass YOURNEWPASSWORD
Remove CyberPanel two-step authentication
sh <(curl https://raw.githubusercontent.com/mehdiakram/cyberpanel-tweaks/main/disable_2fa.sh || wget -O - https://raw.githubusercontent.com/mehdiakram/cyberpanel-tweaks/main/disable_2fa.sh)