Skip to main content
01

Discord Stay Online

Self-hosted Discord presence service with web UI — maintain online/idle/dnd status via Gateway WebSocket.

GoWebSocketPostgreSQLDocker
Discord Stay Online

About

A self-hosted service that maintains your Discord presence status (online, idle, or DnD) through the Gateway WebSocket. Includes a web UI for configuration and monitoring, automatic reconnection with exponential backoff, and Docker support for single-binary deployment.

Usage

bash
docker run -d \
  --name discord-stayonline \
  -p 8080:8080 \
  -e DISCORD_TOKEN=your_token_here \
  -e API_KEY=your_api_key \
  ghcr.io/pyyupsk/discord-stayonline:latest