{% if logo_exists %} {% endif %}

Admin Panel

Manage Users

Manage User Roles

{% for user in users %} {% endfor %}
Username Role Actions
{{ user.username }} {{ user.role }}

Add User

Upload Personalization Photos

{% if logo_exists %} Current Logo {% endif %}
{% if login_picture_exists %} Current Login Picture {% endif %}

Change Theme

Clean Unused Files

Server Info

Server Version: {{ server_version }}

Date of Build: {{ build_date }}

{% if system_info %}

📊 System Monitoring

CPU Usage
{{ system_info.cpu_percent }}%
{{ system_info.cpu_count }} cores available
Memory Usage
{{ system_info.memory_percent }}%
{{ system_info.memory_used }}GB / {{ system_info.memory_total }}GB
Disk Usage
{{ system_info.disk_percent }}%
{{ system_info.disk_used }}GB / {{ system_info.disk_total }}GB
Media Storage
{{ system_info.upload_folder_size }}GB
Total media files

Available Disk Space:
{{ system_info.disk_free }}GB free
Total Disk Space:
{{ system_info.disk_total }}GB total
Last Updated:
Just now
{% endif %}
Back to Dashboard