{% extends "base.html" %} {% block title %}AtlasServer - Settings{% endblock %} {% block header_title %}Settings{% endblock %} {% block content %}

System Settings

Manage global settings for AtlasServer

User Settings

{% if user_success_message %}

{{ user_success_message }}

{% endif %}

If enabled, anyone will be able to create an account in AtlasServer.

ngrok Configuration

{% if success_message %}

{{ success_message }}

{% endif %}

Get your token at dashboard.ngrok.com

API Documentation Security

{% if swagger_success_message %}

{{ swagger_success_message }}

{% endif %}

If enabled, authentication will be required to access AtlasServer API documentation (Swagger UI and ReDoc).

If enabled, AtlasServer administrator credentials will be used. Otherwise, custom credentials will be used.

Leave empty to keep the current password

API documentation is available at: Swagger UI | ReDoc

Network Settings

Server IP Addresses

Local IP (LAN):

{{ local_ip }}

Loopback IP:

127.0.0.1

AtlasServer Server Configuration

The AtlasServer panel is running on port {{ server_port }}

{% endblock %}