Run the following command to test the browser via Docker:
docker run --platform linux/amd64 -d --name botzvn -p 8080:8080 \
--shm-size 1g -v botzvn-data:/data botzvn/browser-aio:latest
| NO. | PROFILES | PROXY | NOTES | TAGS | |
|---|---|---|---|---|---|
| 1 |
|
Not configured | -- | -- | |
| 2 |
|
Not configured | -- | -- | |
| 3 |
|
Not configured | -- | -- | |
| 4 |
|
Not configured | -- | -- |
Every profile appears as a different device to websites. Bypass fingerprinting checks on major platforms reliably.
Cookies, history, sessions, and logins are completely separated between profiles. One profile cannot expose another.
Assign a different IP to each profile. Supports HTTP, HTTPS, SOCKS5 proxies. Your real IP is never exposed.
Connect Puppeteer, Playwright, or any automation script to any profile. Run bulk actions undetected.
All profiles are encrypted and locked to your device. Nobody can access your accounts or session data.
Perform the same action across hundreds of profiles simultaneously with one click — all in real-time.
curl -X POST http://127.0.0.1:49222/api/v1/profiles/p1/start \
-H "Content-Type: application/json" \
-d '{
"proxy": "http://user:pass@ip:port",
"headless": false
}'