{% 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 for this node. If you do not have one please enter its IP address. This must be a valid FQDN if using a signed SSL certificate. (Do not include the http://, www, or any trailing information. [i.e. enter only node.example.com])

Please enter the IP address of the node here. This IP should be publicly accessable. Using a private IP address will make servers inaccessable from an outside network.

Please enter the amount of avaliable memory on this server.

Please enter the amount of avaliable disk space on this server in megabytes.

Include a trailing slash. Please make sure that this directory exists on the server.

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 is a reserved node, please do not automatically allocate new servers to it.
{% endblock %} {% block javascript %} {% endblock %}