···3030 * [Download the Docker compose file](#download-the-docker-compose-file)
3131 * [Create the systemd service](#create-the-systemd-service)
3232 * [Start the service](#start-the-service)
3333- * [Verify your PDS is online](#verify-your-pds-is-online)
3434- * [Obtain your PDS admin password](#obtain-your-pds-admin-password)
3535- * [Generate an invite code for your PDS](#generate-an-invite-code-for-your-pds)
3333+ * [Verify your PDS is online](#verify-your-pds-is-online)
3434+ * [Obtain your PDS admin password](#obtain-your-pds-admin-password)
3535+ * [Generate an invite code for your PDS](#generate-an-invite-code-for-your-pds)
3636 * [Connecting to your server](#connecting-to-your-server)
3737 * [Manually updating your PDS](#manually-updating-your-pds)
3838* [PDS environment variables](#pds-environment-variables)
3939-403941404241## FAQ
···329328sudo docker ps
330329```
331330332332-#### Verify your PDS is online
331331+### Verify your PDS is online
333332334333You can check if your server is online and healthy by requesting the healthcheck endpoint.
335334···338337{"version":"0.2.2-beta.2"}
339338```
340339341341-#### Obtain your PDS admin password
340340+### Obtain your PDS admin password
342341343342Your PDS admin password should be in your `pds.env` file if you used the installer script.
344343···349348$ echo $PDS_ADMIN_PASSWORD
350349a7b5970b6a5077bb41fc68a26d30adda
351350```
352352-#### Generate an invite code for your PDS
351351+### Generate an invite code for your PDS
353352354353By default, your PDS will require an invite code to create an account.
355354