logo
icon

Gotify

Gotify is a simple, self-hosted server for sending and receiving push notifications in real-time via WebSocket. Features a clean web UI, REST API, user management, and Android app support.

template cover
Deployed1 times
Publisherfuturize.rush
Created2026-03-28
Services
service icon
Tags
ToolCommunication

Gotify

A simple, self-hosted push notification server. Send and receive messages in real-time via WebSocket, with a clean web UI and REST API.

Default Credentials

  • Username: admin
  • Password: auto-generated — find it in your Zeabur dashboard under Service > Variables > PASSWORD

What You Can Do After Deployment

  1. Visit your domain — log in with the credentials above
  2. Create applications — each app gets a unique token for sending messages
  3. Send notifications — push messages via REST API: curl "https://YOUR_DOMAIN/message?token=APP_TOKEN" -F "title=Hello" -F "message=World"
  4. Create clients — generate tokens for receiving messages via WebSocket
  5. Manage users — add or remove users from the admin panel
  6. Install the Android app — available on F-Droid and Google Play, connect it to your server for mobile push notifications
  7. Use plugins — extend Gotify with community plugins for webhooks, forwarding, and more

Key Features

  • Real-time push notifications via WebSocket
  • REST API for sending messages
  • Multi-user support with per-user applications
  • Message priority levels
  • Android app (F-Droid / Google Play)
  • Plugin system
  • Markdown message support

License

MIT — GitHub