- 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 enter the address in your browser, you will see the following screen. Configure it and restart.
- Change the value of
RCONEnabled
toTrue
in thePalworldSettings.ini
file.- You can also run
!palbot serverSettings RCONEnabled true
in Discord after running the bot.
- You can also run
- Change the value of
AdminPassword
in thePalworldSettings.ini
file.- You can also run
!palbot serverSettings AdminPassword <new password>
in Discord after running the bot.
- You can also run
- Restart the Palworld server.
- Check the "Enable Palworld RCON" section on
http://localhost:60000
or change the value ofPALWORLD_RCON_ENABLED
totrue
in the.env
file. - Change the "Palworld Admin Password" section on
http://localhost:60000
or change the value ofPALWORLD_ADMIN_PASSWORD
in the.env
file.
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. |
- 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)