> For the complete documentation index, see [llms.txt](https://daxeon.gitbook.io/daxeon-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daxeon.gitbook.io/daxeon-knowledge-hub/bot-guide/scam-prevention-features/channel-locks.md).

# Channel Locks

Add password-based protection to critical channels.

{% hint style="info" %}
**Premium Feature** — Channel locks require a Premium subscription. [Compare plans →](/daxeon-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

Channel Locks help reduce the risk of damage if a Discord account is compromised. By requiring a password before any message can be sent in a protected channel, this feature prevents attackers from posting harmful content in key areas such as announcements or updates. Even if a trusted account is breached, Channel Locks ensure those high-risk channels remain secure.

***

### How It Works

* **Message Blocking**: Any message sent in a locked channel is automatically deleted.
* **Threads Included**: Threads and forum posts inside a locked channel are locked too, so messages in them are deleted as well.
* **Password Required**: The channel must be unlocked with the correct password before use.
* **Auto-Relock**: Channels re-lock automatically after one message or 30 minutes. (Whichever comes first) Messages in threads don't count toward this, so a thread reply won't re-lock the channel before you've posted.
* **Encrypted Storage**: Passwords are encrypted. No one, including Daxeon staff, can access them.
* **Permissions**: Daxeon needs **View Channel** and **Manage Messages** in the channel you lock.

{% hint style="warning" %}
Because threads are covered, locking a channel also silences any discussion threads under it. If your announcement channel has threads your community replies in, keep that in mind before locking it.
{% endhint %}

***

### Create a Channel Lock

Use this command in the channel you want to lock. You’ll be prompted to enter and confirm a password.

```
/lock create
```

Locks are created on a channel, not on a thread. Run `/lock create` inside a thread or forum post and Daxeon will point you at the parent channel instead, since the thread is covered by the parent's lock anyway.

{% hint style="info" %}
Discord does not support hidden password fields. Your password will be visible while typing, make sure no one can see your screen.
{% endhint %}

***

### Toggle a Channel Lock

Lock or unlock the current channel by entering the password.

```
/lock toggle
```

***

### Update a Channel Password

Change the channel's password by entering the current password and confirming a new one.

```
/lock update
```

***

### Remove a Channel Lock

Remove the lock after entering the correct password.

```
/lock remove
```

***

### Forgot Your Password?

For your security, we cannot recover or reset Channel Lock passwords. If a password is lost, the lock must be removed and recreated.

***

### Best Practices

* **Use on high-risk channels** like `#announcements` or `#general`
* **Keep passwords private** and store them securely
* **Limit access** to users who truly need it
* **Review lock usage regularly** with your mod team

***

Next up: Gate staff posting behind 2FA with [Staff Auth](/daxeon-knowledge-hub/bot-guide/scam-prevention-features/staff-auth.md).
