Linux command
remmina 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Remmina
remmina
Connect to saved connection
remmina -c [connection_name]
Connect to RDP server
remmina -c rdp://[user]@[host]
Connect to VNC server
remmina -c vnc://[host]
Connect to SSH
remmina -c ssh://[user]@[host]
说明
Remmina is a GTK remote desktop client supporting multiple protocols including RDP, VNC, SSH, SPICE, and more. It provides a unified interface for managing remote connections.
参数
- -c, --connect _file_
- Connect to a desktop described in a file or a supported URI (RDP, VNC, SSH, SPICE).
- -e, --edit _file_
- Open and edit a connection profile file.
- -n, --new
- Create a new connection profile.
- -t, --protocol _protocol_
- Use default protocol for new connections (RDP, VNC, SSH, SPICE).
- -s, --server _server_
- Use default server name for new connections (used with --new).
- -p, --pref _tabindex_
- Show preferences dialog page.
- -i, --icon
- Start as tray icon.
- -k, --kiosk
- Start in kiosk mode (thin client).
- -q, --quit
- Quit the application.
- -v, --version
- Show version.
- --update-profile
- Modify a connection profile non-interactively (requires --set-option).
- --set-option _OPTION=VALUE_
- Set profile option, used with --update-profile.
FAQ
What is the remmina command used for?
Remmina is a GTK remote desktop client supporting multiple protocols including RDP, VNC, SSH, SPICE, and more. It provides a unified interface for managing remote connections.
How do I run a basic remmina example?
Run `remmina` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c, --connect _file_ do in remmina?
Connect to a desktop described in a file or a supported URI (RDP, VNC, SSH, SPICE).