261
edits
(Created initial page) |
(Added categories) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:How to]] | |||
[[Category:Servers]] | |||
=Introduction= | =Introduction= | ||
Information on setting up your own private and secure Rustdesk remote access server. | Information on setting up your own private and secure Rustdesk remote access server. | ||
Line 13: | Line 15: | ||
*Run docker-compose down -d to stop the server | *Run docker-compose down -d to stop the server | ||
*Copy id_ed25519* from the hbbs to the hbbr directory | *Copy id_ed25519* from the hbbs to the hbbr directory | ||
*Note the key of id_ed25519.pub with a cat id_ed25519.pub, you will use this in the clients | *Note the key of id_ed25519.pub with a cat id_ed25519.pub, you will use this in the clients (''this is the Security Key mentioned below in the '''Client Configuration''' section'') | ||
*Run docker-compose up -d | *Run docker-compose up -d | ||
Line 59: | Line 61: | ||
Github Repository: https://github.com/rustdesk/rustdesk | Github Repository: https://github.com/rustdesk/rustdesk | ||
The | The Rustdesk client needs to be configured to use the Fully Qualified Domain Name (FQDN) of your server with the Security Key specified that was generated above when the server was setup. |