{% extends "admin_base.html" %} {% block title %}Viewing Server{% endblock %} {% block content %}

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

FTP Settings


Delete Server


This feature is currently not avaliable.
{% endblock %} {% block javascript %} {% endblock %}