Files
truecharts/charts/stable/palworld/docs/rcon_notes.md
Xstar97TheNoob 9056a65b9a chore(palworld) update containers and move to stable (#17990)
**Description**
Update images to get the backup feature to exist...
and move to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-07 00:05:32 +01:00

2.2 KiB

title
title
PalWorld RCON Notes

Shell into the app from the web gui or use heavyscript and select the RCON container; the following commands can be used.

A single command:

./rcon info

A interactive shell:

./rcon

:::note

To use the same commands while in game; type in chat:

/AdminPassword PASSWORD

then run the commands in chat

ex: /Info

:::

RCON Commands

Command Description
/Shutdown {Seconds} {MessageText} Gracefully shuts down server with an optional timer and/or message to notify players in your server.
/DoExit Forcefully shuts down the server immediately. It is not recommended to use this option
/Broadcast {MessageText} Broadcasts a message to all players in the server.
/KickPlayer {PlayerUID or SteamID} Kicks player from the server. Useful for getting a player's attention with moderation.
/BanPlayer {PlayerUID or SteamID} Bans player from the server. The Player will not be able to rejoin the server until they are unbanned.
/ShowPlayers Shows information on all connected players.
/Info Shows server information.
/Save Save the world data to disk.

In-Game Only Commands

Command Description
/TeleportToPlayer {PlayerUID or SteamID} Immediately teleport to the target player.
/TeleportToMe {PlayerUID or SteamID} Immediately teleports target player to you.