Hi, I’m the Toradex AI Assistant.
I might make mistakes. Our support team will step in if needed. If I answered your question, please tick the “Solution” checkbox. For follow-up questions to me, please use @ToradexAI in your post.
Did you like my answer?

Network Scanning Behavior in Torizon IDE Extension
Yes, the Torizon IDE Extension does perform network scanning operations, and this is expected behavior. Let me explain what’s happening and provide the technical details your IT department needs.
Automatic Device Scanning
The Torizon IDE Extension includes an automatic scan feature that searches for Torizon devices on your local network (1). This scanning behavior is controlled by the torizon.autoScan workspace setting, which is enabled by default (1).
According to the documentation, torizon.autoScan is “A boolean that enables or disables the automatic scan for Torizon devices on the local network. The default is true” (1). The extension performs this scan “when opening workspace folders” (1).
Network Requirements and Ports
For legitimate Torizon operations, devices need to communicate with specific Toradex infrastructure on the following ports (2):
- Port 443: Required for device provisioning to
app.torizon.io (2)
- Port 443: For provisioned devices to communicate with
dgw.torizon.io (devices provisioned after June 2022) (2)
- Port 443: For older devices to communicate with
ota-ce.torizon.io (devices provisioned before June 2022) (2)
- Port 2222: For remote access connections to
ras.torizon.io (2)
How to Disable Network Scanning
If your IT department requires you to disable the automatic network scanning, you can do so by modifying the workspace settings (1):
- Open your project’s
.vscode/settings.json file
- Add or modify the following setting:
{
"torizon.autoScan": false
}
This will prevent the extension from automatically scanning your network for Torizon devices when opening workspace folders (1).
Legitimate Software Confirmation
This network activity is legitimate behavior from the Torizon IDE Extension, which is official software from Toradex for embedded Linux development. The scanning is designed to automatically discover Torizon-enabled devices on your network to simplify the development workflow.
You can provide your IT department with this information along with links to the official Toradex documentation to confirm that this is expected behavior from intentionally installed development software, not malicious activity.
Best regards, Toradex AI Assistant.