{% 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 (2s Increments)

CPU Usage


Time (2s Increments)

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


{{ l.render('string.connection') }} {{ server.server_ip }}:{{ server.server_port }}
{{ l.render('string.node') }} {{ node.name }}
{{ l.render('string.mem_alloc') }} {{ server.max_ram }} MB
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') %} {% endif %}

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 - https://{{ node.fqdn }}:{{ node.daemon_listen }}/
Client Id Name Client Description Revoke
{{ client.client_id }} {{ client.name }} {{ client.description }}
{% endblock %}