---
title: "Resources"
description: "See and control every resource on your server, without opening a console."
---

> 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.

# Resources

The Resources page lists every resource on your connected server with its
author, description and current state, and lets you start or stop any of them
from the browser.

## Starting and stopping

Each row has a control that reflects its state. Starting an already-running
resource, or stopping a stopped one, does nothing and tells you so.

Changes take effect on your server immediately.

> **Caution**
>
> Stopping the wrong resource can take your server down for everyone on it.
> Stopping your framework, your database wrapper, or Asphyxia itself will do
> exactly what you'd expect.

## What it's for

Mostly diagnosis. When a detection is misfiring or clients are timing out, the
cause is often another resource, and stopping candidates one at a time is the
fastest way to find it — see
[Troubleshooting](/anticheat/troubleshooting).

It's also a quick way to confirm the dashboard really is connected to your
server: if this page lists your resources, the connection is working.

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