File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -148,19 +148,25 @@ To run the server, you'll need:
148148 API URL: https://private.example.com/api/mobile/v1
149149 Private Token: your-secure-token-here
150150 ` ` `
151+ !!! note " API URL Path"
152+ The API URL ** must** include the ` /api/mobile/v1` path. Using just the base URL (e.g., ` https://private.example.com` ) will not work.
151153
1521543. ** Activate connection**
153155 1. Switch to ** Home** tab
154156 2. Activate ** Cloud server** switch
155- 3. Restart the app using the bottom button
157+ 3. ** Tap the " Offline" button** to initiate the connection and registration process
158+ 4. Wait for the app to establish connection (button will change to " Online" )
156159
157160!!! success " Successful Connection"
158- New credentials will appear in ** Cloud Server** section when configured properly :
161+ After successful connection, credentials will be ** automatically generated ** and appear in the ** Cloud Server** section:
159162 ` ` ` text
160163 Username: A1B2C3
161164 Password: z9y8x7...
162165 ` ` `
163166
167+ !!! info " Automatic Registration"
168+ No manual registration step is required. Username and password are generated automatically on the first successful connection to the server.
169+
164170# ## Password Management 🔑
165171
166172Identical to [Cloud Server mode](public-cloud-server.md#password-management).
Original file line number Diff line number Diff line change @@ -125,13 +125,15 @@ Change the notification channel in the app settings:
125125 Launch app → Toggle "Cloud Server"
126126
1271272 . ** Go Online**
128- Tap the "Offline" button → Becomes "Online"
129-
128+ Tap the "Offline" button to initiate connection and registration process → Button will change to "Online" when connected
129+
1301303 . ** Get Credentials**
131- They will be generated by the server.
131+ Credentials will be ** automatically generated** and appear in the ** Cloud Server ** section after successful connection:
132132 <center >
133133 <img src =" /assets/cloud-server.png " alt =" Cloud Server credentials screenshot " />
134134 </center >
135+ !!! info "Automatic Registration"
136+ No manual registration step is required. Username and password are generated automatically on the first successful connection to the server.
135137
136138
137139
You can’t perform that action at this time.
0 commit comments