ikatson/rqbit

How to make it listen to 0.0.0.0 so that web ui can be assessed from other machines

Closed this issue · 1 comments

Currently it only listens on localhost. Is it possible to listen on 0.0.0.0 so that we can use it within same local network from other machines.

Hey, this is configurable already,

If you are running the CLI, then

 rqbit --http-api-listen-addr 0.0.0.0:3030 server start OUTPUT_FOLDER

If you are running the desktop app, click the configuration button, and it will be there under "HTTP API"