{% 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 FQDN (domain) 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])

Enter one IP address per line, followed by a pipe (|) and then a list of each available port separated with commas OR with a range of ports.

This node will use docker for containers
{% endblock %} {% block javascript %} {% endblock %}