Skip to content

Remote Desktop

uniTerm integrates three remote desktop protocols, providing a smooth graphical remote control experience.

RDP

RDP (Remote Desktop Protocol) is the built-in remote desktop protocol of Windows.

Only supported on Windows clients. This feature is hidden on macOS and Linux versions. Uses the system's built-in Remote Desktop control.

RDP

Connection Parameters

ParameterDescription
HostWindows host IP or domain name
PortDefault 3389
UsernameWindows login username
PasswordWindows login password
ResolutionOptional fixed resolution (800x600 to 2560x1440), default 1280x720
Smart ScalingWhen enabled, the remote desktop automatically scales to fit the window size
SSH TunnelSelect an existing SSH connection as a jump host

VNC

VNC (Virtual Network Computing) is widely used for remote control of Linux systems, transmitted via the RFB protocol.

Connection Parameters

ParameterDescription
HostVNC server IP or domain name
PortDefault 5900. Values less than 100 are treated as libvirt display numbers (5900 is automatically added)
PasswordVNC authentication password
SSH TunnelSelect an existing SSH connection as a jump host

SPICE

SPICE (Simple Protocol for Independent Computing Environments) is optimized for KVM/QEMU virtual machines, providing a high-performance virtual desktop experience.

Connection Parameters

ParameterDescription
HostSPICE server IP or domain name
PortDefault 5900. Values less than 100 are treated as libvirt display numbers (5900 is automatically added)
PasswordSPICE authentication password

SPICE does not support SSH tunnels.

Related