{% extends 'base.html' %} {% block content %}

Admin Users

{% for user_data in user_info %} {% endfor %}
Username Actions
{{ user_data.username[0] }}
{{ user_data.username }} {% if user_data.role == 'admin' %}Super Admin{% endif %}
{% if user_data.is_active %} Active {% else %} Suspended {% endif %}
Edit {% if user_data.role == 'admin' %} {% else %} Delete {% endif %}

Enable features

Enable server-wide settings and services that affect all users

Server Information Report

Generate a report on server information and service status, and provide it when reaching out for support on community.openpanel.com

 

Disable Admin Panel

As an advanced security measure, you can temporarily disable access to the OpenAdmin interface. Enable it again when needed from the terminal by executing the command opencli admin on

 
Disable OpenAdmin
{% endblock %}