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
Copy file name to clipboardExpand all lines: docs/manage/troubleshoot/troubleshoot.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,8 @@ To remotely access your machine from your terminal:
277
277
1. Select the part status dropdown to the right of your machine's name on the top of the page.
278
278
{{<imgprocsrc="configure/machine-part-info.png"resize="500x"declaredimensions=truealt="machine cloud credentials button on the machine part info dropdown"class="shadow" >}}
279
279
1. If you installed `viam-server` with `viam-agent` you will see a **Restart** button. Click it.
280
+
Both `viam-server` and `viam-agent` will restart.
281
+
280
282
If you do not see the **Restart** button, click the **...** menu on the right side of the machine part's card, and select **Restart part**.
281
283
If restarting the machine part does not resolve the issue, ssh into the machine and [stop and restart viam-server manually](/operate/reference/viam-server/manage-viam-server/#run-viam-server).
Copy file name to clipboardExpand all lines: docs/operate/reference/components/camera/webcam.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,13 +248,19 @@ This file contains basic diagnostic and configuration information about your cam
248
248
{{% /expand%}}
249
249
250
250
{{% expand "No visible live video feed" %}}
251
-
If you're working on a Linux machine, `ssh` into it, then restart `viam-server` by running:
252
251
253
-
```sh {class="command-line" data-prompt="$"}
254
-
sudo systemctl restart viam-server
255
-
```
252
+
Restart `viam-server`:
253
+
254
+
1. Navigate to your machine's page.
255
+
1. Select the part status dropdown to the right of your machine's name on the top of the page.
256
+
{{<imgproc src="configure/machine-part-info.png" resize="500x" declaredimensions=true alt="machine cloud credentials button on the machine part info dropdown" class="shadow">}}
257
+
1. If you installed `viam-server` with `viam-agent` you will see a **Restart** button. Click it.
258
+
Both `viam-server` and `viam-agent` will restart.
259
+
260
+
If you do not see the **Restart** button, click the **...** menu on the right side of the machine part's card, and select **Restart part**.
261
+
If restarting the machine part does not resolve the issue, ssh into the machine and [stop and restart viam-server manually](/operate/reference/viam-server/manage-viam-server/#run-viam-server).
256
262
257
-
If this doesn't work, you can reboot your machine by running:
263
+
If this doesn't work, you can reboot your machine by running the following command on the machine:
0 commit comments