{% include 'navigation.html' %}

Server Admin Dashboard

{{ guild_name }} • Manage server settings and data

Giveaway Management

View and manage all active giveaways for this server.

{% if giveaways %} {% for giveaway in giveaways %} {% endfor %} {% else %} {% endif %}
Name Platform Winner Status Actions
{{ giveaway.name }} {{ giveaway.platform }} {{ giveaway.winner_dc_id or 'Not Assigned' }} {% if giveaway.aktiv %} Redeemed {% else %} Pending {% endif %} Edit
No giveaways found for this server.
Server Settings

Configure server-specific settings for moderation, logging, and automation.

Moderation Settings

Configure mute roles, warn thresholds, and automatic moderation actions.

Configure Settings
Log Configuration

Set up moderation logs and monitoring channels for server activity.

Setup Logging
User Management

Manage server members' data, including points, bans, and permissions.

{% if server_users %} {% for user in server_users %} {% endfor %} {% else %} {% endif %}
User ID Points Level Status Actions
{{ user.user_id }} {{ "{:,}".format(user.points) }} {{ user.level }} {% if user.ban %} Banned {% else %} Active {% endif %} Edit
No users found for this server.
{% include 'footer.html' %}