Fail to install tor relay raspberry / orange 5

hello , im a 0 in linux here ,
i folowed few how to ( youtube ) for install relay for rapsberry and was echec.

ubuntu@ubuntu:~$ sudo systemctl restart tor
ubuntu@ubuntu:~$ sudo systemctl status tor
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
     Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: enabled)
     Active: active (exited) since Wed 2023-04-26 11:11:29 UTC; 3s ago
    Process: 1294 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
   Main PID: 1294 (code=exited, status=0/SUCCESS)

Apr 26 11:11:29 ubuntu systemd[1]: Stopped Anonymizing overlay network for TCP (multi-instance-master).
Apr 26 11:11:29 ubuntu systemd[1]: Stopping Anonymizing overlay network for TCP (multi-instance-master)...
Apr 26 11:11:29 ubuntu systemd[1]: Starting Anonymizing overlay network for TCP (multi-instance-master)...
Apr 26 11:11:29 ubuntu systemd[1]: Finished Anonymizing overlay network for TCP (multi-instance-master).
ubuntu@ubuntu:~$ nyx
Unable to connect to tor. Are you sure it's running?
ubuntu@ubuntu:~$

i folowed how to , edited torrc ,turn a daemon ,and restart ...
what's wrong here
( allow port 9001 tcp to local ip : 9001 )

hi jean.

did you set

ControlPort 9051
CookieAuthentication 1

in your torrc as mentioned here: https://nyx.torproject.org/#getting_started ?

then start nyx with “sudo -u debian-tor nyx”

1 Like