HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

krdpserver — Start an RDP server. More information: <https://invent.kde.org/plasma/krdp#running-the-example-serve

Submitted by: @import:tldr-pages··
0
Viewed 0 times
servercommandstartcliinformationmorekrdpserverrdp
linux

Problem

How to use the krdpserver command: Start an RDP server. More information: <https://invent.kde.org/plasma/krdp#running-the-example-server>.

Solution

krdpserver — Start an RDP server. More information: <https://invent.kde.org/plasma/krdp#running-the-example-server>.

Start an RDP server with a username and password:
krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}}


Share a specific monitor marked by its index:
krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}} --monitor {{n}}

Code Snippets

Start an RDP server with a username and password

krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}}

Share a specific monitor marked by its index

krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}} --monitor {{n}}

Context

tldr-pages: linux/krdpserver

Revisions (0)

No revisions yet.