Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
l.v.e-manager /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
activate
2.3
KB
-rwxr-xr-x
2025-07-11 15:01
cloudlinux-cli-user.py
491
B
-rwxr-xr-x
2025-07-11 15:01
cloudlinux-selector.py
654
B
-rwxr-xr-x
2025-07-11 15:01
cloudlinux_cli_user.py
11.16
KB
-rw-r--r--
2025-07-11 15:01
cpanel_api.py
9.76
KB
-rw-r--r--
2025-07-11 15:01
libcloudlinux.py
27.73
KB
-rw-r--r--
2025-07-11 15:01
node_wrapper
272
B
-rwxr-xr-x
2025-07-11 15:01
npm_wrapper
1.69
KB
-rwxr-xr-x
2025-07-11 15:01
python_wrapper
572
B
-rwxr-xr-x
2025-07-11 15:01
set_env_vars.py
3.66
KB
-rwxr-xr-x
2025-07-11 15:01
Save
Rename
#!/opt/cloudlinux/venv/bin/python3 -sbb # -*- coding: utf-8 -*- # cloudlinux-selector Utility to check Cloudlinux license # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from __future__ import print_function from __future__ import division from __future__ import absolute_import import sys from clselector.cl_selector import CloudlinuxSelector def main(argv): """ Main run function """ cll = CloudlinuxSelector() return cll.run(argv) if __name__ == "__main__": sys.exit(main(sys.argv[1:]))