Linux command
xfreerdp 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Connect
xfreerdp /u:[username] /p:[password] /v:[ip_address]
Example
xfreerdp /u:[username] /p:[password] /v:[ip_address] /sound:sys:alsa
Example
xfreerdp /v:[ip_address] /u:[username] /p:[password] /dynamic-resolution
Example
xfreerdp /v:[ip_address] /u:[username] /p:[password] +clipboard
Ignore
xfreerdp /v:[ip_address] /u:[username] /p:[password] /cert:ignore
Example
xfreerdp /v:[ip_address] /u:[username] /p:[password] /drive:[path/to/directory],[share_name]
说明
xfreerdp is a free Remote Desktop Protocol (RDP) client. It connects to Windows Remote Desktop servers and other RDP-compatible systems. Part of the FreeRDP project providing open-source RDP implementation.
参数
- /v: _HOST_
- Server hostname or IP address
- /u: _USERNAME_
- Username for authentication
- /p: _PASSWORD_
- Password for authentication
- /sound: _DEVICE_
- Enable audio redirection
- /dynamic-resolution
- Enable dynamic resolution updates
- +clipboard
- Enable clipboard redirection
- /cert:ignore
- Ignore certificate warnings
- /drive: _PATH_,_NAME_
- Share local directory
- /f
- Fullscreen mode
FAQ
What is the xfreerdp command used for?
xfreerdp is a free Remote Desktop Protocol (RDP) client. It connects to Windows Remote Desktop servers and other RDP-compatible systems. Part of the FreeRDP project providing open-source RDP implementation.
How do I run a basic xfreerdp example?
Run `xfreerdp /u:[username] /p:[password] /v:[ip_address]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does /v: _HOST_ do in xfreerdp?
Server hostname or IP address