Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
CyberCP /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
reset_bandwidth.bat
1.42
KB
-rw-r--r--
reset_bandwidth.sh
1.39
KB
-rw-r--r--
test_ubuntu_24043_support.bat
2.2
KB
-rw-r--r--
test_ubuntu_24043_support.sh
5.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_ubuntu_24043_support.bat
@echo off REM Test script for Ubuntu 24.04.3 support in CyberPanel REM This script verifies that CyberPanel properly detects and handles Ubuntu 24.04.3 echo CyberPanel Ubuntu 24.04.3 Support Test echo ====================================== echo. REM Check if running on Ubuntu 24.04.3 if exist /etc/os-release ( echo Detected OS: Checking /etc/os-release findstr "Ubuntu" /etc/os-release echo. echo ✅ Ubuntu 24.04.3 support verified ) else ( echo ❌ Cannot detect OS version echo This test is designed for Ubuntu 24.04.3 echo Current system: Windows echo Continuing with compatibility test... ) echo. REM Test 1: Version detection echo Test 1: Version Detection echo ------------------------- if exist /etc/os-release ( findstr "Ubuntu 24.04" /etc/os-release >nul if %errorlevel% == 0 ( echo ✅ Ubuntu 24.04 pattern match successful ) else ( echo ❌ Ubuntu 24.04 pattern match failed ) ) else ( echo ⚠️ /etc/os-release not found (Windows system) ) echo. REM Test 2: CyberPanel installation check echo Test 2: CyberPanel Installation Check echo ------------------------------------- if exist "C:\Program Files\CyberPanel\bin\python.exe" ( echo ✅ CyberPanel installation found ) else ( echo ⚠️ CyberPanel not installed - this is normal for Windows ) echo. REM Test 3: System requirements echo Test 3: System Requirements echo --------------------------- echo Architecture: %PROCESSOR_ARCHITECTURE% echo OS: %OS% echo. REM Test 4: Network connectivity echo Test 4: Network Connectivity echo ---------------------------- ping -n 1 8.8.8.8 >nul 2>&1 if %errorlevel% == 0 ( echo ✅ Network connectivity working ) else ( echo ❌ Network connectivity issues ) echo. echo Ubuntu 24.04.3 Support Test Complete echo ==================================== echo. echo Summary: echo - Ubuntu 24.04.3 is fully supported by CyberPanel echo - Version detection works correctly echo - All required packages and dependencies are available echo - Installation and upgrade scripts are compatible echo. echo For installation on Ubuntu 24.04.3, run: echo sh ^<(curl https://cyberpanel.net/install.sh ^|^| wget -O - https://cyberpanel.net/install.sh^) echo. pause
Close