{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Services - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

Services

{% trans 'Show stats for services and actions (Start, Stop, Restart)' %}

Litespeed Webserver
{{ serverName }}
Stopped

Memory Usage:

MariaDB
MariaDB
Stopped

Memory Usage:

PowerDNS
PowerDNS
Stopped

Memory Usage:

PureFTPd
PureFTPd
Stopped

Memory Usage:

{% if isDocker %}
Docker
Docker
Stopped
{% endif %}

Action Failed

Action Completed

Could not connect to server. Please refresh this page.

{% endblock %}