Tutorial browser use ui , with docker
Table of contents
To run browser use UI
via Docker, follow these steps:
Steps to Start the browser use UI
Container
Navigate to the project directory:
cd /media/backup_006_3/workspace.01.main/web-ui/web-ui
Start the container with persistent browser sessions:
CHROME_PERSISTENT_SESSION=true docker compose up -d
Access the WebUI:
- Open your browser and go to:
localhost:7788
- Open your browser and go to:
View browser interactions (optional):
Open noVNC to monitor real-time browser interactions:
localhost:6080/vnc.htmlDefault VNC password:
vncpassword
Check logs to verify everything is running:
docker compose logs -f
Stop the container when finished:
docker compose down
Important Notes:
Persistent Browser Mode: The
CHROME_PERSISTENT_SESSION=true
environment variable ensures the browser remains open between AI tasks.API Key Configuration:
Ensure your API key is configured in the
.env
file under the variableOPENAI_API_KEY
.You can edit the
.env
file with:nano .env
Verify Browser Use UI: After starting, you can test the functionality and ensure your LLM configurations are working via the WebUI.