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

Basic Information


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])


Auto-Deploy Node
{% if autodeploy == false %}

Node Auto-Deployment allows you to run one quick command on your new node to install the daemon and set it up immediately. Press the button below to generate a temporary token that will allow you to perform this action.

{% else %}
Please log into into this node and then run the command below to setup the daemon. This script will auto-expire 15 minutes after creation.
sudo bash -c 'source <(curl -sSLk {{ settings.master_url }}auth/remote/deploy/{{ autodeploy.code }})'

This automatic deploy script has been tested on the systems below. If your OS is not listed then it probably is not (officially) supported. If there is a pre-run command listed it must be run before running the command above.

Operating System Pre-Run Command
Debian/Ubuntu apt-get install sudo curl
CentOS yum install sudo curl
{% endif %}

Delete Node


Deleting a node is an irreversible action. Proceed with caution. This node will be removed from the database immediately.
{% endblock %} {% block javascript %} {% endblock %}