← 返回命令列表

Linux command

krdc 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch

krdc

Connect to a VNC server

krdc vnc://[hostname:display]

Connect to an RDP server

krdc rdp://[hostname]

Connect to an RDP server

krdc rdp://[hostname:port]

Start in fullscreen mode

krdc --fullscreen vnc://[hostname]

说明

KRDC (KDE Remote Desktop Client) is a graphical application that allows viewing and controlling the desktop session on another machine running a compatible server. It operates at the frame-buffer level, making it compatible with multiple windowing systems including X11, Wayland, macOS, and Windows. KRDC supports two protocols: VNC (Virtual Network Computing) for cross-platform remote access, and RDP (Remote Desktop Protocol) for connecting to Windows machines and other RDP-enabled hosts. RDP support requires xfreerdp (FreeRDP) as a runtime dependency. The client provides bookmark management for frequently-accessed connections, a history of recent sessions, per-host settings, and configurable connection speed profiles (LAN, DSL/Cable, Modem) that adjust quality and compression. Passwords can be stored securely via KWallet integration.

参数

--fullscreen
Start in fullscreen mode. Works only when a single URL is specified.
-h, --help
Display help text listing available options.
--version
Display version information.
--author
Show author information.
--license
Show license information.

FAQ

What is the krdc command used for?

KRDC (KDE Remote Desktop Client) is a graphical application that allows viewing and controlling the desktop session on another machine running a compatible server. It operates at the frame-buffer level, making it compatible with multiple windowing systems including X11, Wayland, macOS, and Windows. KRDC supports two protocols: VNC (Virtual Network Computing) for cross-platform remote access, and RDP (Remote Desktop Protocol) for connecting to Windows machines and other RDP-enabled hosts. RDP support requires xfreerdp (FreeRDP) as a runtime dependency. The client provides bookmark management for frequently-accessed connections, a history of recent sessions, per-host settings, and configurable connection speed profiles (LAN, DSL/Cable, Modem) that adjust quality and compression. Passwords can be stored securely via KWallet integration.

How do I run a basic krdc example?

Run `krdc` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --fullscreen do in krdc?

Start in fullscreen mode. Works only when a single URL is specified.