Skip to main content

Requirements

  • Node.js 22+ or Bun
  • Docker (the server needs it to deploy agents)
2

Start the server

blink-server
The server will prompt you to create a Postgres database inside a Docker container. If you’d rather use your own Postgres database, set the BLINK_POSTGRES_URL environment variable:
BLINK_POSTGRES_URL=postgresql://user:password@host:port/database
3

Open the web UI

The server will display a URL where you can access the web UI and create your first agent.
For containerized deployments, see the Docker Deployment guide.