Skip to content

Notifications

Shane Smith edited this page Jul 24, 2026 · 1 revision

Notifications

PalCenter can send selected server and player events to:

  • Discord webhooks
  • ntfy servers and topics

Only Administrators can manage notification providers.

Supported events

  • Server online
  • Server offline
  • Server restarted
  • Player joined
  • Player left
  • Player banned

Add a Discord webhook

  1. Create a webhook in the target Discord channel.
  2. In PalCenter, open Notifications.
  3. Select Add Provider.
  4. Choose Discord webhook.
  5. Enter a display name and the webhook URL.
  6. Select the events to send.
  7. Leave Enabled on and save.
  8. Use Send Test to verify delivery.

PalCenter does not display the stored webhook URL after saving. To change it, enter a replacement URL while editing the provider.

Add ntfy

  1. Open Notifications and select Add Provider.
  2. Choose ntfy.
  3. Enter a display name, server URL, and topic.
  4. Select the events to send.
  5. Save and send a test notification.

The default public ntfy server is https://ntfy.sh. You can also use a self-hosted ntfy server reachable from the PalCenter container.

Manage providers

The Notifications page allows Administrators to:

  • Edit provider settings
  • Enable or disable delivery
  • Change event selections
  • Send a test notification
  • Delete a provider

Treat Discord webhook URLs and private ntfy topics as credentials. Do not paste them into public issues or logs.

Clone this wiki locally