coldhakca / tor-relay-bootstrap

Script to bootstrap a Debian server to be a set-and-forget Tor relay
GNU General Public License v3.0
146 stars 71 forks source link

ARM #19

Closed TorHelper closed 7 years ago

TorHelper commented 8 years ago

Add "Arm" support?

The anonymizing relay monitor (arm) is a CLI status monitor for Tor. This functions much like top does for system usage, providing real time statistics for:

-Resource usage (bandwidth, cpu, and memory usage) -General relaying information (nickname, fingerprint, flags, or/dir/controlports) -Event log with optional regex filtering and deduplication -Connections correlated against tor's consensus data (ip, connection types, relay details, etc) -Torrc configuration file with syntax highlighting and validation

apt-get install tor-arm

TorHelper commented 8 years ago

Correction: I now see on line 29 that "tor-arm" is installed.

How about adding documentation of it and how to open the Tor Arm GUI? sudo -u debian-tor arm

github-user-1 commented 7 years ago

The tor-arm tool is developed under the new name "nyx" in the meantime and this is the tool to be used (as arm has issues and therefor is replaced by nyx). Installation of nyx is currently via:

% git clone https://git.torproject.org/stem.git % cd stem % sudo python setup.py install % cd .. % git clone https://git.torproject.org/nyx.git % cd nyx % sudo python setup.py install

Phoul commented 7 years ago

We will wait for nyx to be considered stable before moving forward with this. Closing.