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

Server Settings


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.

Edit Server Data


Variables that are only used with commands during the install process (such as IP, MOTD, or Port on some templates) will only take effect if the server is reinstalled.
{% endblock %} {% block javascript %} {% endblock %}