01rabbit / PAKURI

PAKURI has been merged with Python and launched as a new project, PAKURI-THON.
https://github.com/01rabbit/PAKURI-THON
GNU General Public License v3.0
144 stars 28 forks source link

Can't access Faraday Server remotely #7

Closed 01rabbit closed 3 years ago

01rabbit commented 4 years ago

In your Server machine, go to /home/faraday/.faraday/config/server.ini and check if you're listening only on the localhost. You should see something like this:

[faraday_server]
port=5985
bind_address=localhost

If your Clients are on different machines than the Server, then you'll need to change the bind_address to your private IP (or all your interfaces). For example:

bind_address=0.0.0.0