---
title: "The Website"
description: "Getting into your Asphyxia dashboard, connecting a server, and finding your way around."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.asphyxia.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Website

The Asphyxia dashboard at [asphyxia.dev/dashboard](https://asphyxia.dev/dashboard)
is where you configure the anti-cheat, review what it caught, and manage your
license.

## Signing in

Sign in with Discord. There's no password to set — the Discord account you use
becomes your Asphyxia account, and it's the one your license is tied to.

If you bought a license before signing in, use the same Discord account you
used at checkout and it'll already be attached.

## Connecting a server

Everything except billing needs a connected server. The dashboard talks to your
game server **directly** — your ban list, your logs, your players never pass
through Asphyxia's own infrastructure.

1. **Add the server**

   Go to [Servers](/website/servers) and add one. You'll enter its IP address,
   HTTP port and resource name, and get back three values: a **license key**, a
   **server ID**, and a **shared secret**.

2. **Install the resource**

   Follow [Installation](/anticheat/installation) to put those three values into
   `server.cfg` and start the resource.

3. **Check the connection**

   Back on the Servers page, the server should show as online. If it doesn't, see
   [Troubleshooting](/anticheat/troubleshooting).

> **Note**
>
> Running more than one server? Add each one separately, then use the server
> switcher at the top of the sidebar. Every page shows data for the server you've
> got selected.

## Finding your way around

The sidebar is grouped by what you're trying to do.

### Overview

| Page | For |
| :--- | :--- |
| [Dashboard](/website/dashboard) | At-a-glance health of your server |
| [Configuration](/website/configuration) | Every anti-cheat setting |
| [Download](/website/download) | Getting the latest resource build |
| [Resources](/website/resources) | Starting and stopping resources remotely |
| [Servers](/website/servers) | Managing connected servers and their credentials |

### Security

| Page | For |
| :--- | :--- |
| [Admins](/website/admins) | Who can moderate in-game, and what they can do |
| [Audit Log](/website/logs) | Everything Asphyxia and your staff have done |
| [Bans](/website/bans) | Reviewing and lifting bans |
| [Discord Lookup](/website/discord-lookup) | Checking a Discord account before they join |
| [Fingerprints](/website/fingerprints) | Hardware profiles used to catch ban evasion |
| [Global Banlist](/website/global-bans) | The shared cheater list, and exclusions |
| [Players](/website/players) | Everyone who's played, with risk scores and notes |
| [Strikes](/website/strikes) | Suspicious behaviour short of a ban |

### Account

| Page | For |
| :--- | :--- |
| [License](/website/license) | Your plan, expiry, and redeeming a key |
| [Purchase](/website/purchase) | Buying or extending a license |
| [Changelog](/website/changelog) | What's new in each release |
| [Settings](/website/settings) | Your account, sessions, and data |

## First things to do

1. **Save your configuration.** Asphyxia won't start until you have — open
   [Configuration](/website/configuration) and press Save.
2. **Add yourself as an admin.** [Admins](/website/admins), then `/asphyxia`
   in-game.
3. **Decide on the global banlist.** It's on by default. See
   [Global Banlist](/website/global-bans).

Source: https://docs.asphyxia.dev/website/index.mdx
