Web Access currently supports PostgreSQL databases (with a visual Data Explorer and SQL terminal), Redis servers, and SSH servers.
How It Works
When you open a web access session, Infisical establishes a secure WebSocket connection that tunnels through an Infisical Gateway to your target resource. All commands are executed server-side and streamed back to your browser in real time.Session Limits
| Setting | Value |
|---|---|
| Max session duration | 1 hour |
| Idle timeout | 5 minutes (resets on any input) |
| Concurrent sessions | 5 per user per project |
Supported Resources
PostgreSQL
Visual Data Explorer for browsing and editing tables, plus an interactive SQL terminal.
Redis
Interactive Redis REPL with redis-cli-style output formatting.
SSH
Full interactive shell session via browser-based terminal.