own relay server not work #147

Closed
opened 2025-10-30 23:15:35 +08:00 by Efkovole · 2 comments
Efkovole commented 2025-10-30 23:15:35 +08:00 (Migrated from github.com)
Image

If I enter host myrelay.server.xx and my own key in the configurator and generate a client, the client's settings are not as shown in the picture. I generate 32-bit.

<img width="528" height="283" alt="Image" src="https://github.com/user-attachments/assets/12f2c29f-645a-4478-9b13-b0bbd8f7701e" /> If I enter host myrelay.server.xx and my own key in the configurator and generate a client, the client's settings are not as shown in the picture. I generate 32-bit.
bryangerlach commented 2025-10-31 05:05:27 +08:00 (Migrated from github.com)

When you generate a client, the server and key that you enter are already stored as default in the client. You do not need to enter it in the configuration, and it will now show in the configuration.

When you generate a client, the server and key that you enter are already stored as default in the client. You do not need to enter it in the configuration, and it will now show in the configuration.
Efkovole commented 2025-10-31 05:37:30 +08:00 (Migrated from github.com)

I'll just add that I recently experimented with your project and deployed it in my docker + plus I started my own workers, it was quite hell, but when I managed to run mine, the builder flew like crazy. :) Then it crashed and I didn't have the nerve to do it. :D

But I found out that in order for it to work with my server, I have to add this to the custom configuration, see below. If I enter my server in host and the key in key, it simply doesn't work.

relay-server = myserver.domain.xy

key = mykey

custom-rendezvous-server = myserver.domain.xy

Another thing is that the custom configuration has a problem with the key, because it is in the form for example: AYohz9EFWAx3t3KpNamT8F+RMzRtHJ632D7JHT6sPYU=

if I delete = at the end of the key, the builder will start. :)

I'll just add that I recently experimented with your project and deployed it in my docker + plus I started my own workers, it was quite hell, but when I managed to run mine, the builder flew like crazy. :) Then it crashed and I didn't have the nerve to do it. :D But I found out that in order for it to work with my server, I have to add this to the custom configuration, see below. If I enter my server in host and the key in key, it simply doesn't work. relay-server = myserver.domain.xy key = mykey custom-rendezvous-server = myserver.domain.xy Another thing is that the custom configuration has a problem with the key, because it is in the form for example: AYohz9EFWAx3t3KpNamT8F+RMzRtHJ632D7JHT6sPYU= if I delete = at the end of the key, the builder will start. :)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#147