Hey everyone,
I’m having trouble figuring out if my relay is working properly. I’ve tested it with a multimeter and it seems to be functioning, but I’m not sure if it’s working correctly. Does anyone have any advice on how to check if my relay is working properly?
Thanks in advance!
You can use a [port checker](https://portchecker.co/) to see if you ORPort is open. The default ORPort is 443.
You can also use the command line:
`cat /var/log/syslog | grep tor -i`
If you’re unfamiliar with the commands: [cat](https://linuxcommandlibrary.com/man/cat) [grep](https://linuxcommandlibrary.com/man/grep)
You should see:
`Self-testing indicates your ORPort is reachable from the outside. Excellent.Publishing server descriptor.`
More post-install info: [https://community.torproject.org/relay/setup/post-install/](https://community.torproject.org/relay/setup/post-install/)