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 /
CLManager /
templates /
CLManager /
[ HOME SHELL ]
Name
Size
Permission
Action
cloudLinux.html
1.18
KB
-rw-r--r--
createPackage.html
6.86
KB
-rw-r--r--
listPackages.html
14.47
KB
-rw-r--r--
listWebsites.html
4.52
KB
-rw-r--r--
monitorUsage.html
3.08
KB
-rw-r--r--
notAvailable.html
2.6
KB
-rw-r--r--
websiteContainerLimit.html
1.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cloudLinux.html
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "CloudLinux - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %} <!-- Current language: {{ LANGUAGE_CODE }} --> <div class="container"> <div id="page-title"> <h2>{% trans "CloudLinux" %}</h2> <p>{% trans "Access LVEManager" %}</p> </div> <div class="panel"> <div class="panel-body"> <h3 class="title-hero"> {% trans "CloudLinux" %} </h3> <div class="example-box-wrapper"> <p>{% trans "CloudLinux is now integrated via their new API. You can manage CageFS and Package limits directly from LVEManager by clicking below. You can use your server root credentials to access LVEManager." %}</p> <br> <a target="_blank" href="http://{{ ipAddress }}:9000"> <button class="btn btn-primary">Access Now </button> </a> </div> </div> </div> </div> {% endblock %}
Close