···312312{"version":"0.2.2-beta.2"}
313313```
314314315315-#### Connecting to your server
315315+#### Generate an invite code
316316+317317+By default, your PDS will require an invite code to create an account.
318318+319319+You can generate a new invite code with the following command:
320320+321321+```bash
322322+curl -X POST https://<PDS_HOSTNAME>/xrpc/com.atproto.server.createInviteCode \
323323+ -u "admin:<PDS_ADMIN_PASSWORD>" \
324324+ -H "Content-Type: application/json" \
325325+ -d '{"useCount": 1}'
326326+```
327327+328328+## Connecting to your server
316329317330You can use the Bluesky app to connect to your server to create an account.
3183313193321. Download the Bluesky app
3203331. Enter the URL of your PDS (e.g. `https://example.com/`)
321321-1. Create an account
334334+1. Create an account using the generated invite code
3223351. Create a post
323336324337Checkout [SANDBOX.md](./SANDBOX.md) for an overview of participating in the sandbox network.