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

Create New Server


Character Limits: a-zA-Z0-9_- and [Space] (Max 35 characters)

MB
%
IO

If you do not want to limit CPU usage set the value to 0. To determine a value, take the number physical cores and multiply it by 100. For example, on a quad core system (4 * 100 = 400) there is 400% available. To limit a server to using half of a single core, you would set the value to 50. To allow a server to use up to two physical cores, set the value to 200. BlockIO should be a value between 10 and 1000. Please see this documentation for more information about it.

Server Startup Configuration


Do not include the program invocation (i.e. java) in this line. These arguments are appended to the command line when starting the server. Variables that are provided will be replaced dynamically when starting the server. All other variables should be defined in the box below and use the format of ${VARIABLE} above.

The following is a list of permanetly defined variables that can be accessed: ${memory}, ${ip}, and ${port}.

List one variable per line in the format of variable_name|variable_value. Please note that variable names and values are seperated with a pipe character (|).

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