{% 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
%
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.

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

Rebuild Server


{% if node.docker == 1 %}
Rebuild the server's docker container. This will update the server container if you made manual changes to the server's configuration file on Scales, or if for whatever reason the container becomes damaged or lost at sea. If the server is currently running this process will be queued until the server is powered off.
{% endif %}

Reinstall this server's program. This will delete all files that currently exist for the server. If the server is currently running this process will immediately stop the running server and reinstall.

SFTP Settings


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.

Delete Server


Deleting a server is an irreversible action. Proceede with caution. This server will be removed from the database along with all files on the server.

Force deleting a server will remove it from the panel even if an error is returned by the Scales process. We do not suggest using this method to remove a server from the panel. The server and its related data may continue to exist on the Scales instance and the panel will no longer be able to control it.
{% endblock %} {% block javascript %} {% endblock %}