Redsmin proxy daemon that securely bridges Redis servers behind firewalls or localhost to the Redsmin cloud-based Redis GUI (https://redsmin.com). Current stable version 5.0.1 runs on Node >=6. Provides encrypted tunneling with mutual TLS, supports Docker deployment, automatic reconnection, and configuration via environment variables or files. Compared to manual SSH tunneling, it offers a dedicated proxy with authentication, ready check handling, and integration with Redsmin's management dashboard.
npm install redsminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the redsmin CLI globally, sets required environment variables, and starts the proxy to connect a local Redis instance to Redsmin.
Update Node.js to version 6 or higher, or use the Docker image which bundles a compatible Node version.
Replace --key with REDSMIN_KEY environment variable; see documentation for full env var list.
Set the REDIS_AUTH environment variable to your Redis password before starting the proxy.
Specify the absolute path to the socket file without protocol prefix.
Migrate from JSON config file to environment variables for all settings.
export REDSMIN_KEY='your-key' before running redsmin.
Check internet connectivity and DNS resolution; ensure firewall allows outbound HTTPS (port 443) to redsmin.com.
Set REDIS_AUTH environment variable to the correct Redis password.
Verify Redis is running and accessible; check REDIS_URI for correct host and port.
No dependency data recorded yet.