ServerHub Widget Registry
January 27, 2026 Β· View on GitHub
Official marketplace for ServerHub community widgets.
What is ServerHub?
ServerHub is an extensible terminal dashboard for Linux servers and homelabs. It provides real-time monitoring and interactive control through customizable widgets.
Unlike traditional monitoring tools that just display data, ServerHub widgets can export context-aware actionsβrestart services, upgrade packages, manage containers, and moreβdirectly from your dashboard.
Key features:
- 14 bundled widgets (CPU, memory, Docker, systemd, updates, etc.)
- Write custom widgets in any language (bash, Python, Node.js, Go, Rust, etc.)
- Security-first design with SHA256 validation
- Responsive terminal UI with keyboard navigation
π Browse Widgets
Visit the ServerHub Marketplace to browse available widgets.
Or use the CLI:
serverhub marketplace list
serverhub marketplace search <query>
π¦ Install Widgets
# Search for widgets
serverhub marketplace search monitoring
# Get detailed information
serverhub marketplace info username/widget-name
# Install a widget
serverhub marketplace install username/widget-name
π Submit a Widget
Want to share your widget with the community? See CONTRIBUTING.md for submission guidelines.
π Security
This registry uses a security-first approach:
- SHA256 checksums - All widgets have mandatory checksums
- Code review - Verified widgets are manually reviewed by maintainers
- Verification tiers - Clear badges indicate review status
- GitHub-only - Widgets must be hosted on GitHub releases
See SECURITY.md for our security policy.
π Widget Categories
- monitoring - System and application monitoring widgets
- infrastructure - Infrastructure management and status
- development - Development tools and workflows
- databases - Database monitoring and management
- networking - Network status and diagnostics
- security - Security monitoring and alerts
- cloud - Cloud provider integrations
- utilities - General purpose utilities
π Documentation
- Contributing Guide - How to submit widgets
- Manifest Specification - Widget manifest format
- Security Policy - Security guidelines
π Registry Statistics
Total widgets: 0 (marketplace launching soon!)
π€ Community
- Report issues: ServerHub Issues
- Discussions: ServerHub Discussions
Built with β€οΈ by the ServerHub community