{% extends "admin_base.html" %} {% block title %}Viewing Server{% endblock %} {% block content %}
{% if get.disp is defined and get.disp != 1 %}
{% if get.disp == 'n_fail' %} The server name does not meet the requirements (4-35 characters, a-z A-Z 0-9 _ -). {% elseif get.disp == 'o_fail' %} GSD must be online and running before updating servers! {% elseif get.disp == 'gsd_error' %} GSD returned an error code and we were unable to process your request. {% endif %}
{% endif %}

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 %}

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.

FTP Settings


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 %}