···2424}
2525```
26262727-This will start a sync server that is only accessible locally. Once the services is
2828-running you can navigate to `about:config` in your Firefox profile and set
2929-`identity.sync.tokenserver.uri` to `http://localhost:5000/1.0/sync/1.5`. Your browser
3030-will now use your local sync server for data storage.
2727+This will start a sync server that is only accessible locally on the following url: `http://localhost:5000/1.0/sync/1.5`.
2828+See [the dedicated section](#module-services-firefox-syncserver-clients) to configure your browser to use this sync server.
31293230::: {.warning}
3331This configuration should never be used in production. It is not encrypted and
···55535654For actual deployment it is also recommended to store the `secrets` file in a
5755secure location.
5656+5757+## Configuring clients to use this server {#module-services-firefox-syncserver-clients}
5858+5959+### Firefox desktop {#module-services-firefox-syncserver-clients-desktop}
6060+To configure a desktop version of Firefox to use your server, navigate to
6161+`about:config` in your Firefox profile and set
6262+`identity.sync.tokenserver.uri` to `https://myhostname:5000/1.0/sync/1.5`.
6363+6464+### Firefox Android {#module-services-firefox-syncserver-clients-android}
6565+To configure an Android version of Firefox to use your server:
6666+* First ensure that you are disconnected from you Mozilla account.
6767+* Go to App Menu > Settings > About Firefox and click the logo 5 times. You
6868+ should see a “debug menu enabled” notification.
6969+* Back to the main menu, a new menu "sync debug" should have appeared.
7070+* In this menu, set "custom sync server" to `https://myhostname:5000/1.0/sync/1.5`.
7171+7272+::: {.warning}
7373+Changes to this configuration value are ignored if you are currently connected to your account.
7474+:::
7575+7676+* Restart the application.
7777+* Log in to your account.