Notification Types

Wanderer Notifier supports three main notification types, each tailored based on your map subscription status. The first notification sent on application startup is always in rich format, regardless of subscription status.

Kill Notifications

When a kill occurs in a tracked system or involves a tracked character:

With Premium Map Subscription

Receives a rich embed that includes:

Premium Kill Notification Example

With Free Map

Displays a basic text notification containing:

Free Kill Notification Example

Data Sources

Character Tracking Notifications

When a new character is added to your tracked list:

With Premium Map Subscription

You get a rich embed featuring:

Premium Character Notification Example

With Free Map

Receives a simple text notification that includes:

Free Character Notification Example

Data Sources

System Notifications

When a new system is discovered or added to your map:

With Premium Map Subscription

Shows a rich embed with:

Premium System Notification Example

With Free Map

Provides a basic text notification including:

Free System Notification Example

Data Sources

Special First Message Behavior

The very first notification of each type sent after application startup is always sent in rich format with full details, regardless of license/subscription status. This helps demonstrate the premium features available with a valid license.

Web Dashboard

Wanderer Notifier includes a web dashboard that provides real-time insights into your notification system:

Premium map subscribers also gain access to detailed statistics and advanced visualization tools.

Dashboard

Configuration Options

Customize your notification experience with several configuration options available through environment variables.

Notification Control Variables

Note:

To disable a notification type, set the corresponding variable to false or 0 in your .env file:

# Example: Disable kill notifications while keeping other notifications enabled
ENABLE_KILL_NOTIFICATIONS=false

Troubleshooting

If you encounter issues with Wanderer Notifier, here are solutions to common problems:

No Notifications Appearing

  1. Check Bot Permissions: Ensure your bot has the “Send Messages” and “Embed Links” permissions in the Discord channel.
  2. Verify Channel ID: Double-check your DISCORD_CHANNEL_ID in the .env file.
  3. Check Container Logs: Run docker logs wanderer_notifier to see if there are any error messages.
  4. Test API Connection: Visit http://localhost:4000/health to verify the service is running.

Connection Issues

  1. Network Configuration: Ensure port 4000 is not blocked by your firewall.
  2. Docker Status: Run docker ps to verify the container is running.
  3. Restart Service: Try docker-compose restart to refresh the connection.

Subscription Not Recognized

  1. Check Map Token: Ensure your MAP_TOKEN is correct and associated with your map.
  2. Verify LICENSE_KEY: Make sure you’ve entered the correct map subscription key in your .env file.
  3. Verify Status: Check the dashboard at http://localhost:4000 to see subscription status.
  4. Restart After Subscribing: If you’ve recently subscribed, restart the notifier with docker-compose restart.

For additional support, join our Discord community

Back to home See subscription options View on GitHub