⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.48.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
CyberCP
/
CLManager
/
templates
/
CLManager
/
View File Name :
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 %}