Custom Links not working with all custom links: "rdp://" #10508

Closed
opened 2025-12-29 21:32:24 +01:00 by adam · 3 comments
Owner

Originally created by @malte325 on GitHub (Nov 22, 2024).

Deployment Type

Self-hosted

Triage priority

I volunteer to perform this work (if approved)

NetBox Version

v4.1.2

Python Version

3.10

Steps to Reproduce

Cusomization->Custom Links->Add:

  • This Link is working: "ssh://some_ip"
  • This Link is not Working "rdp://some_ip"
    ssh_config

When i klick on the ssh field the address is: "ssh/some_ip"
When i klick on the rdp field the address is: "https://netbox.local/dcim/devices/780/"

Expected Behavior

That the Link is working!

Observed Behavior

Thank you guys for your great work

Originally created by @malte325 on GitHub (Nov 22, 2024). ### Deployment Type Self-hosted ### Triage priority I volunteer to perform this work (if approved) ### NetBox Version v4.1.2 ### Python Version 3.10 ### Steps to Reproduce Cusomization->Custom Links->Add: - This Link is working: "ssh://some_ip" - This Link is not Working "rdp://some_ip" ![ssh_config](https://github.com/user-attachments/assets/9dac608f-4da5-4670-8caf-7e60b0ba69c4) When i klick on the ssh field the address is: "ssh/some_ip" When i klick on the rdp field the address is: "https://netbox.local/dcim/devices/780/" ### Expected Behavior That the Link is working! ### Observed Behavior Thank you guys for your great work
adam closed this issue 2025-12-29 21:32:24 +01:00
Author
Owner

@malte325 commented on GitHub (Nov 22, 2024):

rdp_config

@malte325 commented on GitHub (Nov 22, 2024): ![rdp_config](https://github.com/user-attachments/assets/7bf39d2a-cc31-408d-9470-6ec1ad3460be)
Author
Owner

@jmcguir commented on GitHub (Nov 22, 2024):

What do your allowed URL schemes have in them:

By default RDP isn't in that list.

https://github.com/netbox-community/netbox/blob/develop/docs/configuration/security.md#allowed_url_schemes

@jmcguir commented on GitHub (Nov 22, 2024): What do your allowed URL schemes have in them: By default RDP isn't in that list. https://github.com/netbox-community/netbox/blob/develop/docs/configuration/security.md#allowed_url_schemes
Author
Owner

@malte325 commented on GitHub (Nov 25, 2024):

Thank you very much, it works now

@malte325 commented on GitHub (Nov 25, 2024): Thank you very much, it works now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10508