{% include '_theme_early.html' %} Admin · Aird
{% set nav_title = "⚙ Admin Panel" %} {% set show_admin_link = False %} {% include '_app_nav_header.html' %} {% set admin_active_tab = "overview" %} {% include '_admin_tabs.html' %}

Admin overview

Feature flags, security, and server defaults for this Aird instance.

{% if admin_notice == 'chat_package_required' %}
Direct messages requires the chat extra: pip install 'aird[chat]'
{% end %} {% if admin_notice == 'gitlab_package_required' %}
GitLab plugin is not available on this install.
{% end %}
{% raw xsrf_form_html() %}

Feature flags

Toggles save as soon as you click them.

Plugins Experimental

Optional features. Off by default. Enable only what you need. Assign who can use them under Plugins. Toggles save immediately.

User management

Create and edit accounts under Users. Use Reset password to issue a one-time random password shown only on this screen. The user must sign in with it, then this app requires them to set a new password before using other pages.

Open user management

Hosting profile

{% if runtime_config.get('environmentOverride') %} Locked by AIRD_TRANSFER_PROFILE={{ runtime_config.get('profile') }} {% else %} Changes apply live to new transfers. {% end %}

Effective: {{ runtime_config.get('profile', 'open') }}. Cloudflare uses proxy-safe 90 MiB ranges; WireGuard uses parallel HTTP for large browser uploads (POST fallback under 32 MiB); Open uses resumable public-WAN transfers.

Upload settings

Default 10240 (10 GB). ISOs and large archives need a high value here.
Advanced override for Open. Cloudflare caps this at 90 MiB; WireGuard streams the full file in one request.
Open-profile range size. Cloudflare is capped at 90 MiB.
Open-profile maximum. Cloudflare is capped at 8. WireGuard browser uploads use at least 4 parallel streams.
WebSocket fallback chunk size. Large files use HTTP parallel by default.
When unchecked, only selected extensions below are allowed.

Allowed extensions

{% for ext in available_extensions %} {% end %}

WebSocket connections

Feature flags

1 – 1000
30 – 7200

File streaming

1 – 1000
30 – 7200

Search

1 – 1000
30 – 7200