You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Admin password:** Set one in **Settings** from the child PC or a remote dashboard to protect dashboard changes (pause, resume, reset, kill, settings edits) and shutdown.
263
265
264
-
**App update:** Put a freshly published package on a local folder, UNC share, or HTTP/HTTPS ZIP URL, then use **Settings -> App Update**. The package must contain `DeviceMon.exe`. The dashboard starts `UpdateAgent.exe`, closes DeviceMon, copies the package over the install folder, restarts DeviceMon, and repairs/restarts the watchdog when permissions allow. Check `update.log` in the install folder if an update fails.
266
+
**App update:** Put a freshly published package on a local folder, UNC share, or HTTP/HTTPS ZIP URL, then use **Settings -> App Update**. The package must contain `DeviceMon.exe`. For Windows 11 SMB shares, enter the optional SMB username/password. The dashboard starts `UpdateAgent.exe`, writes an update marker, closes DeviceMon, copies the package over the install folder, restarts DeviceMon, and repairs/restarts the watchdog when permissions allow. The updated watchdog pauses auto-restart while the update marker is fresh. Check `update.log` in the install folder if an update fails.
265
267
266
268
**Remote access:** Settings show the computer name and IP addresses. From another PC, open `http://CHILD_PC_NAME:5000` or `http://192.168.x.x:5000`.
267
269
@@ -276,6 +278,7 @@ Once installed, the `GameHost` service runs under the SYSTEM account and automat
276
278
|---------|---------|-------------|
277
279
|`help`|`mc: help`| Shows all available commands |
278
280
|`status`|`mc: status`| Current limits, schedule, and today's usage |
281
+
|`@device command`|`mc: @bedroom status`| Run a command only on the PC with that Device ID |
279
282
|`set [app] [min] min`|`mc: set Fortnite 60 min`| Set daily limit for an app |
0 commit comments