Skip to content

Simple page for displaying if server is up or down and the current connected players.

Notifications You must be signed in to change notification settings

NikDidIt/SimplePalworldStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Palworld Server Status Page

Uses RCON to connect to the server and get a player list. This is for the dedicated Server.

Install run npm install

Start node status.js

Setup

  • In your Palworld server config you need to have the following options set

    • AdminPassword="password" --Set to any password you want to use. It will also need to be updated in status.js
    • RCONEnabled=True -- This must be True
    • RCONPort=25575 --Any port. If you are running remotly make sure the port is open on the firewall. It will also need to be updated in status.js
  • In status.js check these items specifically based on your setup

Item Description
port Port used for the node app
palWorld.host Palworld server hostname or IP
palWorld.port Palworld server RCONPort
palWorld.password Palworld Server AdminPassword
msg.contact Who and how to contact if server is down
msg.connectInfo Hostname or IP and port for connecting the Palworld server for new users.

Issues

  • RCON issue after Steam PalWorld Dedicated Server v0.1.5.0 update - Fixed is v0.1.5.1
    • Currently, the temporary fix is adding "-RCONPort=25575" to start parameters.

About

Simple page for displaying if server is up or down and the current connected players.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages