# Duckside Admin Commands & Cheats Reference (/docs/duckside/admin-commands)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Once you're an admin on a Duckside server (see [Adding Admins](/docs/duckside/adding-admins)), all admin actions happen through chat slash commands. Open the chat with **Enter**, type a command starting with `/`, and press Enter again. This page is the complete verified command reference.

Player God Mode & Survival [#player-god-mode--survival]

| Command      | Alias | Description                                            |
| ------------ | ----- | ------------------------------------------------------ |
| `/immortal`  | `/i`  | Toggle full god mode (no damage)                       |
| `/hi`        |       | Half-immortal — incoming damage capped at 1 HP per hit |
| `/heal`      |       | Restore your health to full                            |
| `/die`       |       | Kill yourself instantly                                |
| `/invisible` |       | Become invisible to other players and AI               |
| `/stamina`   |       | Refill your stamina bar                                |

Blueprints & Research [#blueprints--research]

| Command               | Alias      | Description                   |
| --------------------- | ---------- | ----------------------------- |
| `/allblueprints`      | `/allbp`   | Unlock every blueprint        |
| `/researchblueprints` | `/reallbp` | Research every craftable item |

These are the fastest way to test items without grinding research costs.

Time & World [#time--world]

| Command       | Description                                              |
| ------------- | -------------------------------------------------------- |
| `/time hh`    | Set in-game time to hour `hh` (e.g. `/time 12` for noon) |
| `/time hh:mm` | Set time to hour:minute precisely                        |
| `/geo`        | Print your current X / Y / Z coordinates in chat         |

PvP & Server Rules [#pvp--server-rules]

| Command      | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| `/ff`        | Toggle friendly fire on/off                                       |
| `/chatadmin` | Toggle admin chat color (so other players can see who's an admin) |

Missions [#missions]

| Command                     | Description                             |
| --------------------------- | --------------------------------------- |
| `/startm#n`                 | Start mission `#` at difficulty `n`     |
| `/endm#n`                   | End mission `#` at difficulty `n`       |
| `/killmissionbots` (`/kmb`) | Kill all currently spawned mission bots |

Use `/kmb` after a stuck or runaway mission to clean up.

Cosmetics [#cosmetics]

| Command    | Description                                |
| ---------- | ------------------------------------------ |
| `/dskin n` | Change your duck skin to variant `n` (0–7) |
| `/names`   | Toggle player nameplates                   |
| `/hud`     | Toggle HUD on/off                          |

Quick Workflow Examples [#quick-workflow-examples]

Test a new mission as admin [#test-a-new-mission-as-admin]

```
/i
/allbp
/startm1 3
```

God mode on, all blueprints unlocked, mission 1 difficulty 3.

Reset your character after testing [#reset-your-character-after-testing]

```
/die
```

Respawn fresh.

Stuck mission cleanup [#stuck-mission-cleanup]

```
/kmb
/endm1 3
```

Kill stuck bots, then properly end the mission.

Limitations [#limitations]

* **No traditional RCON** — Duckside does not expose an RCON port. All admin actions are in-game chat only.
* **No remote console** — there's no equivalent of `mcrcon` for Duckside. You must be connected to the server in-game to administrate.
* **No mod support** at the time of writing — there's no Steam Workshop or plugin API for Duckside dedicated servers.

Console Players (Xbox / PlayStation) [#console-players-xbox--playstation]

Console admins use the in-game admin panel instead of the chat (no keyboard for typing slashes). Open the panel with:

| Platform | Combo                            |
| -------- | -------------------------------- |
| Xbox     | **LT + RT + X**, then **A**      |
| PS5      | **L2 + R2 + Square**, then **X** |

Console admins are added to the server admin list with their **EOS ID** (begins with `000...`), not their Steam ID.

Related Guides [#related-guides]

* [Adding Admins](/docs/duckside/adding-admins)
* [Configure Your Server](/docs/duckside/configure-your-server)
* [Enable PvE](/docs/duckside/enable-pve)
