Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setup a ReQrypt server #38

Closed
diocat opened this issue Mar 14, 2019 · 1 comment
Closed

How to setup a ReQrypt server #38

diocat opened this issue Mar 14, 2019 · 1 comment

Comments

@diocat
Copy link

diocat commented Mar 14, 2019

I have installed the server side package, when i try running reqryptd, it shows:

reqryptd 1.4.1 Copyright (C) 2017 basil
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

I try adding --help to see the usage, but i don't know what should i do.
Then i trying starting reqryptd by systemd, it stop immediately.

I think ReQrypt is lack of the document of configurations.

@basil00
Copy link
Owner

basil00 commented Mar 15, 2019

I've been meaning to make a guide, but been too busy with other projects.

But here is how to set it up using an encrypted tunnel:

It is best to install the *.deb package first. Then:

  1. Generate a private key using reqryptd_tool:

     reqryptd_tool aes gen
    
  2. Copy-and-paste the generated string (highlighted in yellow) into the following command:

     reqryptd --add udp://HOST:PORT?crypt=STRING,sec.2888
    

Here:

  • HOST is the hostname or IP-address of your server.
  • PORT is the port you wish to use. This can be any random number, e.g., between 10000..50000.
  • STRING is the string generated by reqryptd_tool

If the command is successful, you can add the URL into the ReQrypt client and it should connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants