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

Server Settings


MB
MB
%

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.

Startup Parameters


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. Use ${memory} to specify the amount of memory that the server is allowed to use. All other variables should be defined in the box below and use the format of ${VARIABLE} above.

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 (|).

Connection Information


Changing IP & Port

If you want to change the Server IP then select an IP from the list below that has at least one available port. When you select a new IP you will be prompted to select a new port from a list. If you only want to change the port, and not the IP, then you can do so by simply selecting an available port.

Current Connection Address: {{ server.server_ip }}:{{ server.server_port }}

{% for ip, internal in decoded.ports %} {% endfor %}

SFTP Settings


{% if server.installed == 0 %}

Install Progress


This is live data from the installer process. If you leave this page it will disappear and you will not be able to see what has already occured. This will not impact the install process, only what you can see of it.
{% endif %}

Delete Server


Deleting a server is an irreversiable action. Proceede with caution. This server will be removed from the database along with all files on the server.
{% endblock %} {% block javascript %} {% endblock %}