Valkey Admin is a web-based administration tool for Valkey clusters. It provides an intuitive interface to monitor, manage, and interact with your Valkey instances, offering features like real-time metrics and key management.
Built with React and TypeScript, Valkey Admin runs as a desktop application via Electron. Some features like hotkeys and commandlogs rely on Electron, so the app is currently only fully supported as a desktop app. Use the web application for a subset of features.
Valkey Admin works on:
- macOS (native support)
- Linux (native support)
- Windows (via WSL - Windows Subsystem for Linux)
./quickstart.shThis builds the full desktop application with all features (hotkeys, commandlogs, etc.). The app will be built in the release/ folder with connection instructions.
For web development only: Use ./quickstart-web.sh for the development servers (limited features).
After building, launch the desktop app:
macOS:
open "release/Valkey Admin.app"Linux:
# Make executable and run AppImage
chmod +x "release/Valkey Admin-${VERSION}.AppImage"
./release/Valkey\ Admin-${VERSION}.AppImage
# Or install DEB package
sudo dpkg -i "release/valkey-admin_${VERSION}_amd64.deb"
valkey-adminWindows: The desktop app builds for Linux/macOS only. Use ./quickstart-web.sh for web interface.
Once the app is running, manually add a connection to your cluster (default local cluster is usually localhost:7001).
Interested in improving Valkey Admin? Please see our CONTRIBUTING.md for environment setup, WSL instructions, and development workflows.
Valkey Admin is released under the Apache License 2.0.







