software:rust:server_devuan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:rust:server_devuan [2025/09/18 09:34] – rodolico | software:rust:server_devuan [2025/09/18 11:18] (current) – rodolico | ||
---|---|---|---|
Line 294: | Line 294: | ||
If you made it through the last step with no errors, you should now be able to access the server from one of the clients. | If you made it through the last step with no errors, you should now be able to access the server from one of the clients. | ||
+ | ===== Optional Steps ===== | ||
+ | |||
+ | The script that techahold wrote will ask permission, then automatically install a lightweight web server and create customized installers for Windows and Linux. I'm not going into that here, but it is pretty straightforward. Another github user, dinger1986, has install scripts for [[https:// | ||
+ | |||
+ | Basically, you can download those scripts and run the following commands on them. Then, make them available to your users who can run them on their computer and have RustDesk Client installed on their computer, already set up for your server. | ||
+ | |||
+ | Download and edit the following file. Change your.url.or.ip to the URL or IP of your new server, and change contents_of_public_key_file_on_your_server to the contents of / | ||
+ | |||
+ | <code bash> | ||
+ | # | ||
+ | |||
+ | WANIP=your.url.or.ip | ||
+ | KEY=contents_of_public_key_file_on_your_server | ||
+ | string=" | ||
+ | string64=$(echo -n " | ||
+ | string64rev=$(echo -n " | ||
+ | wget https:// | ||
+ | sudo sed -i " | ||
+ | # Create linux install script | ||
+ | wget https:// | ||
+ | sudo sed -i " | ||
+ | </ | ||
+ | |||
+ | ===== Links ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// |
software/rust/server_devuan.1758206040.txt.gz · Last modified: 2025/09/18 09:34 by rodolico