What am I doing wrong.. #15204
eniszulufepustampasic-dotcom
started this conversation in
General
Replies: 1 comment
-
|
no one cares.... o.k. thank you let's move on...... MeshCentral |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I installed Rust Server on a windows 11 machine behind a Mikrotik router. I forwarded ports TCP 21114-21119 and UDP 21116 to Mikrotik.
On several machines I edited ->Network->ID/relay and entered the URL of my Mikrotik (it resolves correctly on the internet...) and the key that I copied from C:\Program Files\RustDeskServer\bin\id_ed25519.pub... when I click OK, "Success" appears...
When I try to connect to another machine with jwnde, I get the message "Failed to connect via rendezvous server: Please try later"
then I entered the same URL as for "ID server" in ->Network->"Relay server" but with no results...
The server logs do not show anything suspicious (at least it seems to me...)
[2026-06-03 22:45:08.958216 +02:00] INFO [src\common.rs:147] Private/public key written to id_ed25519/id_ed25519.pub [2026-06-03 22:45:08.958347 +02:00] INFO [src\rendezvous_server.rs:1205] Key: wA5wZ7xxxxxxxxxxxxxxxgvMOFksPkVsaGzWNj4= [2026-06-03 22:45:08.960750 +02:00] INFO [src\peer.rs:84] DB_URL=C:\WINDOWS\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\db_v2.sqlite3 [2026-06-03 22:45:08.966073 +02:00] INFO [src\rendezvous_server.rs:99] serial=0 [2026-06-03 22:45:08.966084 +02:00] INFO [src\common.rs:45] rendezvous-servers=[] [2026-06-03 22:45:08.966085 +02:00] INFO [src\rendezvous_server.rs:101] Listening on tcp/udp :21116 [2026-06-03 22:45:08.966086 +02:00] INFO [src\rendezvous_server.rs:102] Listening on tcp :21115, extra port for NAT test [2026-06-03 22:45:08.966086 +02:00] INFO [src\rendezvous_server.rs:103] Listening on websocket :21118 [2026-06-03 22:45:08.967024 +02:00] INFO [src\rendezvous_server.rs:138] mask: None [2026-06-03 22:45:08.967028 +02:00] INFO [src\rendezvous_server.rs:139] local-ip: "" [2026-06-03 22:45:08.967041 +02:00] INFO [src\common.rs:45] relay-servers=[] [2026-06-03 22:45:08.967213 +02:00] INFO [src\rendezvous_server.rs:153] ALWAYS_USE_RELAY=N [2026-06-03 22:45:08.967236 +02:00] INFO [src\rendezvous_server.rs:185] Start [2026-06-03 22:45:09.172531 +02:00] INFO [src\common.rs:215] new version is available: 1.1.15 [2026-06-03 23:33:17.403500 +02:00] INFO [src\peer.rs:102] update_pk 144546094 [::ffff:95.168.116.40]:20555 b"74b7d61f-8654-485d-94fb-63595c56dfd1" b"\x98g=i\xdb@\x91x#\xb3\xbac3\x10\xa1M\xe9\xcb\xbb#q1VL\x0b\x84/\rZ\xceqK" [2026-06-04 00:03:31.381716 +02:00] INFO [src\peer.rs:102] update_pk 1740655042 [::ffff:176.62.37.116]:51183 b"c7ff43ed-8620-4651-9bf6-6deef2851a47" b"*\xdb\x90\xb6(p2ss\xb1>TYv~\x8f\xb0#e.\x0e\xaak'\xf6\xa8\xbf\0\xe2\x85\xc2\xfd" [2026-06-04 00:08:47.679710 +02:00] INFO [src\peer.rs:102] update_pk 87999768 [::ffff:10.0.1.11]:52152 b"5ab0c263-5ce7-4675-ae52-be8f705ed5c5" b"\r Z\x84\xe7\xaf\xa0o\xc0Z\xc4\x13\x95\x8f\x9fT\xe84\xfeN?\xa9-\xfbN?k\xc9\x90\xeaL\xb8" [2026-06-04 22:45:09.060191 +02:00] INFO [src\common.rs:215] new version is available: 1.1.15what am i doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions