Beam your LIVCK statuspage directly into Discord
Seamlessly integrate your LIVCK statuspage into your Discord server. Display the complete status of all your services in a Discord channel and keep your community instantly informed about incidents, maintenance, and updates - without ever leaving Discord.
Works exclusively with LIVCK statuspages - the self-hosted statuspage and communication platform.
LIVCK is a self-hosted statuspage and communication software that enables transparent, real-time monitoring and communication. Perfect for:
- Businesses & SaaS - Keep customers informed about service availability
- Gaming Communities - Share server status and updates
- Development Teams - Internal service monitoring and incident management
- Any Organization - That values transparent communication with stakeholders
- β Forever Free Plan - 20 monitors, 5 categories, 1 member
- π Self-Hosted - Full control over your data (Linux, Windows, macOS)
- π Real-time Monitoring - Track service status and uptime
- π’ Incident Management - Communicate outages and maintenance
- π Announcements - Share updates and product changes
This Discord bot extends LIVCK by bringing your entire statuspage directly into Discord, making it even easier to keep your community informed in real-time.
- What is LIVCK?
- Features
- Quick Start
- Step-by-Step Guide
- Features in Detail
- Commands
- Self-Hosting
- Limitations
- Support
- Invite the bot to your Discord server
- Run
/livck subscribein the channel where you want your statuspage - Enter your LIVCK statuspage URL (e.g.,
status.livck.com) - Choose what to display (statuspage, incidents, or both)
- Select your preferred language and layout
- Done! Your complete statuspage is now live in Discord and updates automatically
- Display your entire LIVCK statuspage in a Discord channel
- Continuous monitoring with regular status updates
- Persistent messages (edits instead of spam)
- All your public services and categories visible at a glance
Keep your community instantly informed:
- Incidents - Automatic notifications when issues occur
- Maintenance Windows - Advance notice of planned maintenance
- Updates - Real-time status changes posted as threaded replies
- Announcements - Important news delivered directly to Discord
Choose what to display:
- Status page only
- Incidents & announcements only
- Both combined
Choose how your status page appears in Discord with 4 different layouts:
- Detailed - Full service information with categories (best for comprehensive overview)
- Compact - Condensed view for space-saving
- Overview - Quick status summary
- Minimal - Ultra-compact single-line view
Display your statuspage in your community's language:
- π¬π§ English
- π©πͺ German (Deutsch)
- π 11+ languages - Community-driven translations via Crowdin
Want to help translate? Join our Crowdin project and contribute translations in your language!
Available/Coming soon: French, Spanish, Portuguese, Dutch, Italian, Polish, Turkish, Russian, Japanese, Korean, Chinese
Switch languages anytime - all messages update instantly!
Add custom buttons to your status messages for quick access:
- Homepage links
- Documentation portals
- Support channels
- Status page link
- Any custom URL with emoji support
- Multiple status pages per Discord server
- Different channels for different status pages
- Choose specific event types per channel
- Easy management through Discord commands
Click the invite link and select your Discord server:
Required Permissions:
- View Channels
- Send Messages
- Embed Links
- Read Message History
Use the /livck subscribe command to add a statuspage to your Discord channel.
Enter the required information:
- Statuspage URL: Your LIVCK statuspage (e.g.,
status.livck.comorhttps://status.yourdomain.com) - Event Types:
All- Status updates + News/IncidentsStatus Only- Only service statusNews Only- Only incidents and maintenance
- Language: German (π©πͺ) or English (π¬π§)
- Layout: Choose from Detailed, Compact, Overview, or Minimal
Use /livck list to see all active subscriptions in your server.
Click the Edit button in the list to modify:
- Language (DE/EN)
- Layout style
- Manage custom links
Click the Delete button to remove a subscription from a channel.
Enhance your status messages with custom buttons:
- Run
/livck listand click Edit on your subscription - Click Manage Links
- Click Add Link
Enter link details:
- Label: Button text (e.g., "Homepage", "Support")
- URL: Full URL (e.g.,
https://livck.com) - Emoji (optional): Unicode emoji (e.g., π , π) or custom Discord emoji
Features:
- Up to 25 custom links per subscription
- Reorder links with Move Up/Down buttons
- Edit or delete existing links
- Links appear as buttons below your status message
Your entire LIVCK statuspage is displayed directly in Discord with continuous monitoring:
- All Public Services: Every public service from your statuspage visible in Discord
- Public Categories: Organized view matching your statuspage structure
- Real-Time Status: Color-coded indicators showing operational status
- Continuous Updates: Changes on your statuspage appear in Discord automatically
Note: Private monitors and categories are not displayed in Discord - only public content is synchronized.
This means your community can check your service status without leaving Discord - perfect for gaming servers, SaaS communities, or any project with a Discord presence.
| Layout | Best For | Features |
|---|---|---|
| Detailed | Full information | Categories, all services, detailed status |
| Compact | Space-saving | Condensed view, essential info only |
| Overview | Quick glance | Summary of overall status |
| Minimal | Minimal footprint | Single-line ultra-compact display |
When incidents, maintenance, or announcements occur on your status page:
- Instant Notifications: Automatically posted to your Discord channel
- Incident Updates: New updates are posted as threaded replies to keep everything organized
- Automatic Cleanup: Alerts older than 3 days are automatically archived
- No Spam: Updates edit existing messages instead of creating duplicates
This ensures your community is always up-to-date without cluttering your Discord channels.
Serve international communities by switching between German and English:
- All status messages instantly update to the new language
- Perfect for bilingual communities or international projects
- Complete translation of all status information and UI elements
| Command | Description |
|---|---|
/livck subscribe |
Subscribe a channel to a LIVCK statuspage |
/livck list |
View all subscriptions and manage them |
/livck unsubscribe |
Remove a subscription (also available via list) |
/ping |
Check bot response time |
While we provide a hosted version, you're free to self-host the bot.
- Node.js 22.9.0 or higher
- MariaDB / MySQL database
- Redis server
- Discord Bot Token
-
Clone the repository:
git clone https://github.com/LIVCK/livck-discord-bot.git cd livck-discord-bot -
Install dependencies:
npm install
-
Configure environment:
cp .env.example .env # Edit .env with your credentials -
Run database migrations:
node migrate.js
-
Start the bot:
node server.js
See .env.example for all required configuration options:
DISCORD_CLIENT_ID,DISCORD_CLIENT_SECRET,DISCORD_BOT_TOKENDB_HOST,DB_DATABASE,DB_USERNAME,DB_PASSWORDREDIS_HOST,REDIS_PORT,REDIS_PASSWORD- Optional custom emoji IDs for status indicators
- Private Statuspages: Not yet supported - planned for future releases
- Private Monitors/Categories: Not displayed in Discord - only public content is synchronized
- Cloudflare Protection: Bot shield and tunnels may block the bot
- Proxy Compatibility: Some proxies with aggressive bot protection not supported
If your statuspage is behind Cloudflare or similar protection:
- Whitelist the bot's IP address
- Disable bot protection for the statuspage API endpoints
- Use a self-hosted instance with custom IP
- Discord Community: discord.livck.com
- Email Support: [email protected]
- Documentation: LIVCK Documentation
- LIVCK Website: livck.com
We welcome contributions! Here's how you can help:
Help translate the bot into your language:
- Visit our Crowdin project
- Choose your language or request a new one
- Start translating - no coding required!
Please report bugs via GitHub Issues with:
- Steps to reproduce
- Expected vs actual behavior
- Screenshots if applicable
- Your statuspage URL (if public)
- Fork the repository
- Create a feature branch
- Submit a pull request
- All contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute or fork for your own needs!
Built with β€οΈ for the LIVCK community.
- LIVCK: livck.com
- Discord.js: Powerful Discord bot framework
- Node.js: JavaScript runtime
Ready to get started?





