It looks like you're referring to ixremote, which is often associated with Huawei's CloudEngine (CE) series switches or data center products. The command ixremote rdp full isn't a standard Cisco/Juniper/Windows command — it's likely from Huawei's ixremote utility for remote packet capture/diagnostic mirroring.
Based on Huawei documentation, ixremote is used for remote port mirroring / ERSPAN-like features.
The rdp full parameter probably relates to RDP (Remote Desktop Protocol) over TCP or Remote Data Processing in the context of capturing full packets (including headers + payload) for analysis. ixremote rdp full
Enable RDP connection logging via Event Viewer (Microsoft-Windows-TerminalServices-LocalSessionManager/Operational). Monitor Event ID 1149 (successful logins) and 4625 (failed logins). It looks like you're referring to ixremote ,
Disclaimer: Modifying system files (termsrv.dll) violates Microsoft's EULA for client operating systems. This guide is for educational purposes in lab environments or legacy systems where you have administrative rights and understand the risks. Full Device Redirection: The "lite" versions block local
The standard RDP client (Microsoft's built-in MSTSC) often strips back features for security. The ixremote RDP full distribution bypasses these limitations. Here is what the complete setup gives you:
| Feature | ixremote RDP Full | Standard Windows RDP (Pro) | Third-Party (TeamViewer/AnyDesk) | | :--- | :--- | :--- | :--- | | Concurrent Users | Yes (patched) | No (single session) | Varies (paid plans) | | Cost | Free (unofficial) | Included with OS | Freemium / Subscription | | Ease of Setup | Moderate (manual) | Easy (toggle switch) | Very Easy | | Self-Hosted | Yes | Yes | Cloud relay required | | Mobile Support | Via MS RDP app | Via MS RDP app | Native apps | | Legal for Business | No (violates EULA) | Yes | Yes |
xrdp is an open-source RDP server that allows you to connect to a Linux machine from Windows and other clients that support RDP. It provides a graphical desktop environment to access your Linux server remotely, similar to how you would with a Windows Remote Desktop Connection.