Header Ads

How to Install Psiphon server entry

JOIN US ON TELEGRAM

How to set up your own psiphon server for use with the app. 

NB: This is done on your own vps.


1. Download psiphond to your server. (This is an already built psiphon server binary)



wget https://github.com/mukswilly/psicore-binaries/raw/master/psiphond/psiphond


2. Give psiphond permission


chmod +x psiphond


3. Generate server and client configuration e.g.


./psiphond -ipaddress 144.126.220.105 -protocol OSSH:9999 generate


Replace x.x.x.x with your server Ip address. You can use any supported protocol you want or combine many at once. e.g


./psiphond -ipaddress 144.126.220.105 -protocol OSSH:9999 -protocol SSH:8989 -protocol FRONTED-MEEK-OSSH:443 generate


4. You can then obtain the hex encoded server entry that you can import in the app. Note: A server entry fully describes a single psiphon server.


cat server-entry.dat


5. Run psiphond


screen ./psiphond run

1 comment:

Powered by Blogger.