mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 13:15:25 +02:00
13 lines
402 B
Markdown
13 lines
402 B
Markdown
![]() |
# 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}}`
|