Product guides

Documentation

$1.04 / 2GB · HTTP · HTTPS · SOCKS5 · Gateway 98.9% · SLA 99%

Doc.01

Proxy Services

Provision SOCKS5 and HTTP/HTTPS proxies with sticky sessions, geo targeting, bandwidth packs, and rotation. Manage credentials from Dashboard → Proxy.

Open →
Doc.02BE

BossEdge Browser

Subscriber builds (1.0.0) download from /api/downloads/bossedge. Requires an active BossEdge order and signed-in session.

Open →
Doc.03

VPS & Cloud Servers

Linux VPS, Windows RDP, and dedicated servers for websites, applications, and business workloads — with backups and monitoring options.

Open →
Doc.04

Application Deployment

Deploy applications, review service health, and access service logs from your customer dashboard without managing low-level infrastructure.

Open →
Doc.05

Developer APIs

API keys, proxy provisioning, credential rotation, sessions, and usage endpoints. Automate what you buy via the public REST API.

Open →
Doc.06

Billing & Payments

Card, PayPal, crypto (NOWPayments), wallet, bank transfer, and Moniepoint NGN checkout with automatic order fulfillment.

Open →
Doc.07

SOCKS5 Plans

Starter → Premium → Mobile → Corporate tiers with unique session hostnames and sticky sessions up to 120 minutes.

Open →
Doc.08

Monitoring

Uptime, service health, and usage visibility for the products on your account.

Open →

Quick start — SOCKS5

curl -x socks5h://USER:[email protected]:1080 https://httpbin.org/ip

curl -X POST https://toolboss.cc/api/v1/proxies \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{"tier":"residential","plan":"bandwidth","protocol":"SOCKS5","country":"US"}'

IP checker

curl "https://toolboss.cc/api/tools/ip-check?ip=8.8.8.8"