1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
This commit is contained in:
Managor 2025-04-29 14:28:32 +03:00 committed by GitHub
commit 2008051918
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/krdpserver.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`