# Setup

A connection string is host, port, username, and password.

```
# rotating HTTP
http://USER:PASSWORD@HOST:777

# rotating SOCKS5
socks5://USER:PASSWORD@HOST:666

# sticky, same address until the session id changes
http://USER-session-8f3k2a:PASSWORD@HOST:777
```

- HTTP uses port 777
- SOCKS5 uses port 666
- Sticky: add `-session-` and an id to the username. The same id keeps the same address
- Place is Ashburn. There is no country, state, or city choice

The host, username, and password come from the plan after it is paid.
