> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/deploy/device-manager/making-changes/soft-reset-poe-port.md).

# Soft Reset a PoE Port

On edge devices with Power over Ethernet (PoE) ports (such as the Advantech MIC-733-AO), you can soft-reset a PoE port directly from the Deployment Manager dashboard. This power-cycles the port to recover stuck camera links without physically accessing the device.

{% hint style="info" %}
The soft reset option only appears for streams connected to a device that reports PoE telemetry. If your device does not have PoE ports or is running older firmware that does not report PoE data, this option will not be available.
{% endhint %}

## Reset a PoE Port from the Dashboard

To soft-reset a PoE port, open a device in Deployment Manager and locate the stream connected to the PoE port you want to reset. Click the stream's action menu and select "Soft reset PoE". The reset command is queued and processed the next time the device checks in (typically within a few seconds).

While the reset is in progress, the stream status changes to "reconnecting". Once the port comes back up and the camera reconnects, the stream resumes normal operation.

## Automatic PoE Reset During Maintenance Windows

You can configure a stream to automatically soft-reset its PoE port once per [maintenance window](/deploy/device-manager/setting-up/setup-maintenance-windows.md). This is useful for proactively recovering GigE or PoE camera links that tend to drop over long-running sessions.

To enable this, open an existing stream's detail page and edit the Configuration panel. At the bottom of the panel, check "Soft-reset PoE once per maintenance window". Save the configuration to apply the change.

When enabled, the device enqueues one reset per interface per maintenance window. The reset is a no-op outside the window or on streams whose interface has no PoE control.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/deploy/device-manager/making-changes/soft-reset-poe-port.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
