---
title: Monitor your Palworld server with AdminPal
description: Learn how to monitor your Palworld server players and send announcements using AdminPal!
source: "https://nodecraft.com/support/games/palworld/monitor-your-palworld-server-with-adminpal"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvNGZmMDcwNGFhZC9wYWx3b3JsZC1sYW5kaW5nLTEtMC0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi82MDB4MzI1LzRiYzk5NDJjYzgvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiTW9uaXRvciB5b3VyIFBhbHdvcmxkIHNlcnZlciB3aXRoIEFkbWluUGFsIn1d&s=11f7840cc581618cc0934cd7d20e5fba56f386c4224f35de4b693fe87384da5e"
published: "2024-01-23T20:32:18.611Z"
updated: "2024-02-28T21:03:00.000Z"
---

# Monitor your Palworld server with AdminPal

Learn how to monitor your Palworld server players and send announcements using AdminPal!

As a Palworld server admin, it's useful to monitor your server for who is playing, and sometimes send them announcements if you need to something like restart.

## Nodepanel

As a Nodecraft customer, this is very easy! You can monitor players from within your portal, as well as use the console to send any commands to your server with ease.

![View of Nodepanel showing 9 players currently online a Nodecraft Palworld server](https://cms-a.nodecraft.com/f/133932/677x166/d9023a4810/palworld-online-players-nodepanel.png/m/)

## [AdminPal](https://adminpal.gg)

If you're not yet a Nodecraft customer, we've created a free tool for the entire Palworld community make use of. You can find the tool at `https://adminpal.gg`.

### Setup

First, you'll need to connect to your server using RCON. RCON is TCP/IP-based communication protocol used by various game servers, which allows console commands to be issued to the server via a "remote console", or RCON. The most common use of RCON is to allow server owners to control their game servers without direct access to the machine the server is running on.

You will need three pieces of information to connect to your server via RCON:

- Server IP
- `AdminPassword`
- `RCONPort`

You will also need to ensure that `RCONEnabled` is set to `True`. All of these bits of information can be found in your `PalWorldSettings.ini` file. On a Linux server, this is available at `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`.

As of patch `v0.1.5.0` , you will also need to ensure `-rcon` is on your server's startup command line in order for the server to recognize your changes in your `PalWorldSettings.ini`.

Once these settings are enabled, you can connect to your server using AdminPal:

![Example connection to AdminPal, using a Palworld server IP, RCON password, and port.](https://cms-a.nodecraft.com/f/133932/1237x1159/85d6146714/44c8180a-da01-45ba-bd9a-4c546c9e8524.png/m/)

### Monitor

Once connected to AdminPal, you will be presented with a list of online players, and their Steam IDs.

![A view of AdminPal after logging in, with a list of players on a Palworld server](https://cms-a.nodecraft.com/f/133932/2560x1305/c450ccc06b/e3452ceb-1a70-493c-b3ce-1205bf99cc35.png/m/)From here, you can view your players, monitor when they join/leave, and even broadcast announcements to them about restarts or other important information!

### Troubleshooting

If you're having difficulty connecting to your Palworld server over RCON with AdminPal, try some of these common fixes:

- In the IP field, ensure you only include the server IP without any appended port like `:8211`.
- Ensure that `RCONEnabled=True` appears in your `PalWorldSettings.ini` config file
- Double check that you are using the correct `AdminPassword` and have restarted your server if necessary
- Double check the `RCONPort` you are using. This is not your game port.
- Double check either `-rcon` or `-rconport=25575` are included as a startup argument or on your command line.
