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

Server Settings


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 pufferd, 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. Proceed 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 pufferd 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 pufferd instance and the panel will no longer be able to control it.
{% endblock %} {% block javascript %} {% endblock %}