Ixremote Rdp ((better)) May 2026

IXRemote is a hosting provider that offers both free and paid Windows and Linux Remote Desktop Protocol (RDP) services. Their service is designed to provide users with a "virtual" machine that can be accessed from any location via a standard RDP client. Key Features of IXRemote

Case 2: SCADA Database Tuning (Water Treatment)

A water utility in Texas needs to update SQL queries on their SCADA historian. The IT department refuses to open port 3389 to the internet. The engineer deploys an ixrouter ($300 hardware). Using ixremote RDP, they securely access the SCADA server, run the scripts, and close the VPN. Zero network reconfiguration required. ixremote rdp

As a service built on Microsoft's RDP standards, IXRemote inherits standard protocol features: IXRemote is a hosting provider that offers both

3. Requirements and Design Goals

  1. Do not enable Network Level Authentication (NLA) blindly: While NLA is secure, it sometimes fails over high-latency VPNs. Test both settings.
  2. Use the ixremote "Access Control" feature: In your ixConnect dashboard, restrict which user accounts can RDP to which devices. Create a policy that only allows RDP (port 3389) from specific source IPs.
  3. Change the default RDP port: On the target Windows machine, edit the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber to a non-standard port (e.g., 63389). Then, in your ixremote client, you would connect to 192.168.1.100:63389.
  4. Session timeouts: Configure the ixrouter to automatically disconnect idle VPN sessions after 60 minutes via the VPN > Advanced > Idle Timeout setting.

| Protocol | Architecture | Works Before OS Boot? | Needs Internet on Target? | Factory Floor Reliable? | | :--- | :--- | :--- | :--- | :--- | | ixremote RDP | Hardware VPN + RDP | Yes (via KVM-over-IP addon) | No (router handles it) | Very High | | TeamViewer | Software agent | No | Yes (target needs internet) | Medium | | VNC (Open) | Software | No | Yes | Low (no encryption by default) | Do not enable Network Level Authentication (NLA) blindly: