{% extends "base.html" %} {% block scripts %} {{ parent() }} {% endblock %} {% block title %}Manage your Server{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Memory Usage


Time (10s Increments)

CPU Usage


Time (10s Increments)

{{ l.render('node.overview.information_h1') }}


{% if permission.has('sftp') %} {% endif %}
{{ l.render('string.node') }} {{ node.name }}
SFTP Connection {{ node.fqdn }}:{{ node.daemon_sftp }}
SFTP username {{ user.email }}|{{ server.name }}
SFTP password Same as your account password

{% if permission.has('console.commands') %}
{% endif %}

{% if permission.has('console.power') %}

My server isn't responding! Please kill it.

{% endif %}
{% if permission.has('manage.oauth2') %}

Remote Connection Information

Remote connections allows you to optionally control your server from outside of the panel. Using this feature you can create custom scripts to start or stop your server at specified times, or even track server information on another site.

Connection Information

{% for client in oauth %} {% endfor %}
Connection Base - {{ settings.master_url }}daemon Auth Base - {{ settings.master_url }}oauth2/token/request Server Id - {{ server.hash }}
Client Id Name Client Description Revoke
{{ client.client_id }} {{ client.name }} {{ client.description }}
{% endif %}
{% endblock %}