Run the browser separately against a server

Configure separate FalkorDB browser and server containers with environment variables.

22|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/FalkorDB/skills --skill run-the-browser-separately-against-a-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Run the browser separately against a server
Source: https://github.com/FalkorDB/skills/tree/main/operations-skills/run-browser-separately
Command: npx skills add https://github.com/FalkorDB/skills --skill run-the-browser-separately-against-a-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps deploy FalkorDB browser and server components separately when a combined container setup does not fit scaling, networking, or production architecture needs.

Core Features & Use Cases

  • Separate Container Deployment: Configure independent FalkorDB server and browser services connected through environment variables.
  • Connection Configuration: Set FALKORDB_URL and authentication settings for browser access to local or remote FalkorDB instances.
  • Use Case: Deploy a production-style FalkorDB environment where the browser interface and database server can be scaled and managed independently.

Quick Start

Use the FalkorDB browser separation skill to configure separate browser and server containers connected through FALKORDB_URL.

Frequently Asked Questions about Run the browser separately against a server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I separate FalkorDB browser and server containers in Docker?

To separate FalkorDB browser and server containers in Docker, configure independent services connected through environment variables like FALKORDB_URL and optional FALKORDB_PASSWORD for authentication. This enables production-style architecture where browser and database components scale independently.

When do I need to deploy FalkorDB browser and server separately?

Deploy FalkorDB browser and server separately when a combined container setup does not fit your scaling, networking, or production architecture needs. Separate deployment allows independent management and scaling of the browser interface and database server.

What environment variables are required to connect a FalkorDB browser to a remote server?

Connecting a FalkorDB browser to a remote server requires setting the FALKORDB_URL environment variable to point to the database instance and optionally configuring FALKORDB_PASSWORD for authentication access.

Can I use FalkorDB browser separation for production-style service scaling?

Yes, FalkorDB browser separation supports production-style environments where the browser interface and database server can be scaled and managed independently through Docker-based container deployments configured with environment variables.

Does FalkorDB browser separation require authentication configuration?

FalkorDB browser separation supports optional authentication configuration through the FALKORDB_PASSWORD environment variable. Setting this alongside FALKORDB_URL ensures secure browser access to local or remote FalkorDB database server instances.