{% extends "admin_base.html" %} {% block title %}Add a New Node{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Add New Node


15 character maximum (a-zA-Z0-9_-.).

Please enter the PUBLIC IP for this node. If you do not have one please enter its IP address. (Do not include the http://, www, or any trailing information. [i.e. enter only node.example.com])

If the node is reachable through a different IP from the panel, enter that here, otherwise leave it blank. (Do not include the http://, www, or any trailing information. [i.e. enter only node.example.com])

{% endblock %} {% block javascript %} {% endblock %}