abysshint / tor-control-panel

Windows GUI Client for Tor Expert Bundle
MIT License
112 stars 14 forks source link

Control remote TOR gateway #11

Closed SKJoy closed 3 months ago

SKJoy commented 3 months ago

I deployed a TOR gateway using Docker on a different Linux box within my LAN and it has the control port open & enabled.

Is it possible to use this utility to connect & control that TOR gateway instance?

Thanks in advance.

abysshint commented 3 months ago

If short, it’s impossible.

At the moment, the program only works with the local tor process, which is launched through the Tor Control Panel. Full control and synchronization of all necessary data only through the control port is an impossible task, because the control port simply does not provide such capabilities.

SKJoy commented 3 months ago

Understood and thanks again for explaining it.