> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/netbox-synchronizer.md).

# NetBox (synchronizer)

Every field from the ***NetBox*** entry is described in this article. The entry can be found in ***Edit*** – ***Add entry*** – ***Synchronizer***.

![](https://cdnweb.devolutions.net/docs/RDMW4438_2026_1.png)

### General

<table><thead><tr><th width="264.39996337890625">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter a name in for the entry.</td></tr><tr><td><strong>Folder</strong></td><td>Define in which folder the entry is going to exist (if any).</td></tr><tr><td><strong>Credentials</strong></td><td>Choose a credential mode. Read more on <a href="https://docs.devolutions.net/rdm/commands/edit/entry-credentials-options/"><em><strong>credentials</strong></em> options</a>.</td></tr><tr><td><strong>Synchronize automatically</strong></td><td>Check this option to automatically synchronize between NetBox and Remote Desktop Manager.</td></tr></tbody></table>

### General tab

<table><thead><tr><th width="250.800048828125">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Enter the URL of your NetBox domain.</td></tr><tr><td><strong>Token ID</strong></td><td>Enter your NetBox token ID.</td></tr><tr><td><strong>Template</strong></td><td>Choose a template for the sessions entries that will be synchronized.</td></tr><tr><td><strong>Destination folder</strong></td><td>Set a destination folder for the synchronized entries.</td></tr><tr><td><strong>Only synchronize devices containing a management IP</strong></td><td>Omit devices without management ID in NetBox from sychronization task.</td></tr></tbody></table>

### Fields tab

<table><thead><tr><th width="230.00006103515625">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Fields list</strong></td><td>Check which fields will always be synchronized, and which will not.</td></tr><tr><td><strong>Session name prefix</strong></td><td>Add a prefix for the entry that will be created through the synchronizer.</td></tr><tr><td><strong>Session name suffix</strong></td><td>Add a suffix for the entry that will be created through the synchronizer.</td></tr></tbody></table>

### Advanced tab

<table><thead><tr><th width="226">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Silent mode</strong></td><td>This option disables error dialogs (useful when the synchronizer runs automatically at set intervals).</td></tr><tr><td><strong>Update folder only for newly discovered items</strong></td><td>Prevent the synchronizer from moving already created entries.</td></tr><tr><td><strong>Duplicate check</strong></td><td><p>Duplicate checks prevent the importation of entries with the same type and host. Choose between:</p><ul><li><strong>Root</strong>: Check for duplicates within the whole workspace.</li><li><strong>Destination folder</strong>: Check for duplicates only within the Remote Desktop Manager destination folder or subfolder.</li></ul></td></tr><tr><td><strong>Action on entry mismatch</strong></td><td><p>Choose between:</p><ul><li><strong>None</strong>: Do nothing.</li><li><strong>Delete</strong>: Delete that entry.</li><li><strong>Move to</strong>: Move to selected <strong>destination folder.</strong></li><li><strong>Make expired</strong>: Mark that entry as expired (expiration message can be set up).</li></ul></td></tr></tbody></table>


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/netbox-synchronizer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
