{% extends "admin_base.html" %} {% block title %}Global Settings{% endblock %} {% block content %}
{{ output|raw }}

Company Name



General Settings



Checking this box will force servers to be run in online-mode=true. Checking this box will prevent Bungeecord servers from being able to run on the panel.


For security purposes it is not possible to enable the API in this version of PufferPanel. The API will be avaliable in version 0.8.0 Beta.


Checking this box will require that all connections to the panel and API be made over a secure (https) connection. Any requests to the panel from a non-secure conenction will redirect, and non-secure API connections will fail.


Checking this box will allow for users to manually add users to their servers who can access certain settings of the panel to control their server.

{% endblock %} {% block javascript %}{% endblock %}