A service of Daily Data, Inc.
Contact Form

User Tools

Site Tools


software:rust:server_devuan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:rust:server_devuan [2025/09/29 00:20] rodolicosoftware:rust:server_devuan [2025/09/29 16:51] (current) rodolico
Line 1: Line 1:
 ====== RustDesk Server on Devuan ====== ====== RustDesk Server on Devuan ======
- 
-<WRAP center round alert 60%> 
-Warning. I am still editing this on 18 Sep 2025. Do not use these instructions until I have finished editing, then tested the procedure. This notice will be removed at that time. 
-</WRAP> 
  
 <WRAP center round important 60%> <WRAP center round important 60%>
-The RustDesk Server must be accessible from any connecting clients on ports 21115-21119, TCP and UDP. If any workstation will be accessing from outside your network, you will need to forward those ports on your router to your server+The RustDesk Server must be accessible from any connecting clients on ports 21114-21119, TCP and UDP. If any workstation will be accessing from outside your network, you will need to forward those ports on your router to your server. Not all are required for all installations. See section //Open Ports// for more information.
 </WRAP> </WRAP>
  
Line 18: Line 14:
 ===== Open Ports ===== ===== Open Ports =====
  
-On your firewall/NAT/whatever, you need ports <code>21115,21116,21117,21118,21119</code> open and forwarded to the Rust Server. Additionally, to use the webui, you will need to open a port for that.+On your firewall/NAT/whatever, you need ports <code>21114,21115,21116,21117,21118,21119</code> open and forwarded to the Rust Server. Additionally, to use the webui, you will need to open a port for that.
  
 Following table shows what the ports are used for. Following table shows what the ports are used for.
  
 ^Port   ^Purpose                ^Protocol^Notes^ ^Port   ^Purpose                ^Protocol^Notes^
-| 21115 | HBBS (RustDesk server) | TCP/UDP | Default port for the RustDesk server. | +| 21114 | HBBS (RustDesk server) | TCP     | Default port for API (not required)         | 
-| 21116 | HBBS (RustDesk server) | TCP/UDP | Used for client connections to the server. | +| 21115 | HBBS (RustDesk server) | TCP/UDP | Default port for the RustDesk server.       
-| 21117 | HBBS (RustDesk server) | TCP/UDP | Additional port for server communication. | +| 21116 | HBBS (RustDesk server) | TCP/UDP | Used for client connections to the server.  
-| 21118 | HBBS (RustDesk server) | TCP/UDP | Another port for server communication. |+| 21117 | HBBS (RustDesk server) | TCP/UDP | Additional port for server communication.   
 +| 21118 | HBBS (RustDesk server) | TCP/UDP | Another port for server communication.      |
 | 21119 | HBBS (RustDesk server) | TCP/UDP | Used for additional server functionalities. | | 21119 | HBBS (RustDesk server) | TCP/UDP | Used for additional server functionalities. |
 | 80 | HTTP (optional fallback) | TCP | Commonly allowed port for web traffic; can be used for fallback. | | 80 | HTTP (optional fallback) | TCP | Commonly allowed port for web traffic; can be used for fallback. |
-| 443 | HTTPS (optional fallback) | TCP | Secure web traffic; can be used for fallback |+| 443 | HTTPS (optional fallback) | TCP | Secure web traffic; can be used for fallback   |
  
 ===== Set up user ===== ===== Set up user =====
Line 74: Line 71:
 <code bash> <code bash>
 cd /opt/rustdesk cd /opt/rustdesk
-sudo -u rust ./rustdesk-utils genkeypair 
 echo Starting signaling server for testing. Press ^c to exit when you are happy echo Starting signaling server for testing. Press ^c to exit when you are happy
 sudo -u rust ./hbbs sudo -u rust ./hbbs
Line 200: Line 196:
 #!/bin/sh #!/bin/sh
 ### BEGIN INIT INFO ### BEGIN INIT INFO
-# Provides:          hbbs+# Provides:          hbbr
 # Required-Start:    $remote_fs $syslog # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog # Required-Stop:     $remote_fs $syslog
software/rust/server_devuan.1759123229.txt.gz · Last modified: 2025/09/29 00:20 by rodolico