You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the Release page and download the file that matches your operating system.
To fully utilize the bot's features, you need to run it in the same location as your Palworld server.
Run the downloaded file.
When you run it, you will see the following screen. Select your language.
After selecting the language, you will see the following screen. Enter the highlighted address in your browser.
When you enter the address in your browser, you will see the following screen. Configure it and restart.
Setup Instructions
Change the value of RCONEnabled to True in the PalworldSettings.ini file.
You can also run !palbot serverSettings RCONEnabled true in Discord after running the bot.
Change the value of AdminPassword in the PalworldSettings.ini file.
You can also run !palbot serverSettings AdminPassword <new password> in Discord after running the bot.
Restart the Palworld server.
Check the "Enable Palworld RCON" section on http://localhost:60000 or change the value of PALWORLD_RCON_ENABLED to true in the .env file.
Change the "Palworld Admin Password" section on http://localhost:60000 or change the value of PALWORLD_ADMIN_PASSWORD in the .env file.
Features
Feature
Description
Image
Internationalization
Supports Korean (ko) and English (en).
Connected User Dashboard
Displays a list of users connected to the server. It automatically updates when there are changes in the user list.
User Connection Notification
Sends a message to the log channel when a user connects or disconnects from the server.
Commands
Administrators can manage the server using commands. Typing !palbot or !palbot help will display the usage.
kick (Admin Only)
Kicks a user from the server. They can reconnect afterwards.
ban (Admin Only)
Bans a user from the server. They cannot reconnect.
broadcast (Admin Only)
Sends a message to the server. Currently, only English is supported. Reference
shutdown (Admin Only)
Shuts down the server.
doExit (Admin Only)
Forces the server to exit.
save (Admin Only)
Saves the server.
startServer (Admin Only)
Starts the server. (Windows: C:\Program Files (x86)\Steam\steamapps\common\PalServer\PalServer.exe, Linux: ~/Steam/steamapps/common/PalServer/PalServer.sh)
serverSettings (Admin Only)
Changes the server settings.
Caution
Currently, Palworld does not support Non-ASCII characters when sending messages via RCON. You can only use languages other than English. Reference
When sending messages with spaces, Palworld's RCON cuts off the message. Therefore, spaces are replaced with underscores when transmitted. (broadcast, shutdown commands)