Skip to content

Platform Support

Valkey Admin is designed to work across multiple platforms with varying levels of feature support.

Valkey Admin works with all versions of Valkey. Some features require newer versions:

FeatureMinimum VersionAdditional Requirement
Command Logs (slow commands, large requests/replies)Valkey 8.1+
Hot Slots DetectionValkey 8.0+cluster-slot-stats-enabled yes + LFU eviction policy

Monitor-based hot keys detection works with any Valkey version.

  • Native Support: Full desktop application with all features
  • Minimum Version: macOS 10.13 (High Sierra) or later
  • Architectures: Intel (x64) and Apple Silicon (arm64)
  • Package Formats: .app, .dmg

Features:

  • Full desktop application
  • Hotkeys support
  • Command logs
  • Native Support: Full desktop application with all features
  • Package Formats: AppImage, DEB
  • Tested Distributions: Ubuntu, Debian, Fedora, Arch

Features:

  • Full desktop application
  • Hotkey support
  • Command logs
  • Support Method: Via WSL (Windows Subsystem for Linux)
  • Deployment: Web interface only
  • Minimum Version: Windows 10 version 2004 or higher (for WSL2)

Features:

  • Web interface only — run as the Docker image inside WSL2
  • Hot Keys monitoring and Command Logs supported via Docker
  • Core management features and real-time monitoring
  • No native desktop app, and therefore no global keyboard shortcuts menu
  • Support Method: Docker image on any platform
  • Deployment: Web interface only, served at port 8080
  • Images: valkey/valkey-admin, ghcr.io/valkey-io/valkey-admin, public.ecr.aws/valkey/valkey-admin

Features:

  • Web interface with all core features
  • Hot Keys monitoring and Command Logs (Valkey 8.0+/8.1+)
  • Pre-configured cluster connection via environment variables
  • Support Method: Sidecar pattern — metrics servers run inside each Valkey pod
  • Recommended for: Large clusters (50+ primaries)

Features:

  • Web interface with all core features
  • Lower memory usage on the main Valkey Admin pod compared to Docker mode
  • Hot Keys monitoring and Command Logs (Valkey 8.0+/8.1+)

The desktop application built with Electron provides the complete Valkey Admin experience:

FeatureDesktopDocker / Kubernetes
Dashboard & Metrics
Key Browser
Send Command Interface
Cluster Topology
Hot Keys Monitoring
Command Logs

The web interface provides core functionality and is accessible on any platform with a modern browser:

Supported Browsers:

  • Chrome/Edge (v90+)
  • Firefox (v88+)
  • Safari (v14+)

Code Signing & Notarization:

  • Unsigned builds are faster but will show security warnings on first launch
  • Notarized builds require an Apple Developer account
  • Use xattr -c <path/to/app> to remove quarantine flag from unsigned builds

Building:

Terminal window
# Fast (unsigned)
npm run package:mac:nosign
# Production (notarized)
npm run package:mac

Permissions:

  • AppImage may require executable permissions: chmod +x Valkey\ Admin-*.AppImage
  • DEB installation requires sudo: sudo dpkg -i valkey-admin_*.deb

System Integration:

  • Desktop files are automatically installed with DEB packages
  • AppImage provides portable execution without installation

Setup Requirements:

  1. WSL2 must be installed and configured
  2. Docker Desktop with WSL2 integration
  3. Ubuntu or similar Linux distribution

Accessing the Web Interface:

  • The web server runs in WSL2 in a Docker container but is accessible from Windows browsers
  • Default URL: http://localhost:8080
  • WSL2 automatically forwards localhost:8080 to Windows
Platformx64ARM64Apple Silicon
macOS
Linux⚠️
Windows✅ (WSL)⚠️ (WSL)

Pick the installation guide for your platform:

  • Desktop — native app for macOS and Linux
  • Docker — web deployment on any host (and the WSL path on Windows)
  • Kubernetes — sidecar deployment for large clusters
  • AWS ElastiCache — managed Valkey on AWS