Skip to content

master3395/cyberpanel-mods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberPanel Mods 🚀

This repository contains scripts and utilities for CyberPanel to help with common tasks, fixes, and optimizations.

Overview

These scripts were created and contributed by the following users:

How to Use ⚡

To use these scripts, copy the respective command and run it directly in your terminal. The commands use curl or wget to download and execute the scripts dynamically.


📜 Scripts and Commands

Migrates DNS records from Cloudflare to PowerDNS.

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/cloudflare_to_powerdns.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/cloudflare_to_powerdns.sh)

Updates CrowdSec and manages configurations.

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/crowdsec_update.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/crowdsec_update.sh)

Fixes symbolic link issues in CyberPanel.

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/cyberpanel_fix_symbolic_links.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/cyberpanel_fix_symbolic_links.sh)

phpMyAdmin + Snappymail version changer. Enter PHP version without dot (e.g., for PHP 8.1 enter 81).

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmod.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmod.sh)

OWASP ModSecurity rules version changer. Input the version you want to change to (e.g., 3.3.4).

bash <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/modsec_rules_v_changer.sh) || bash <(wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/modsec_rules_v_changer.sh)

Snappymail version changer. Input the version you want to change to (e.g., 2.18.2).

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/snappymail_v_changer.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/snappymail_v_changer.sh)

phpMyAdmin version changer. Input the version you want to change to (e.g., 5.2.0).

sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmyadmin_v_changer.sh || wget -qO - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmyadmin_v_changer.sh)

For php8.1 write choose "81" in the script.

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmod.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmod.sh)


OWSAP modsecurity rules version changer

Input version you want to change to e.g 3.3.4

bash <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/modsec_rules_v_changer.sh) || bash <(wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/modsec_rules_v_changer.sh) 

imagem


Snappymail version changer

Input version you want to change to e.g 2.18.2

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/snappymail_v_changer.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/snappymail_v_changer.sh)

imagem


phpMyAdmin version changer

Input version you want to change to e.g 5.2.0

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmyadmin_v_changer.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/phpmyadmin_v_changer.sh)

imagem


Fix missing acme-challenge context on all vhosts config

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/fix_ssl_missing_context.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/fix_ssl_missing_context.sh)

imagem


Remove two-step authentication when you lost it

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/disable_2fa.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/disable_2fa.sh)

imagem


Install cyberpanel core database in case you deleted it

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/restore_cyberpanel_database.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/restore_cyberpanel_database.sh)

ALPHA FEATURES BELOW! NEEDS PROPER TESTING! USE AT YOUR OWN RISK!

CyberPanel core permissions fix

Run in case you messed your CyberPanel permissions.

sh <(curl https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/fix_permissions.sh || wget -O - https://raw.githubusercontent.com/master3395/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++ 79.6%
  • Shell 19.4%
  • HTML 1.0%