Use Tor Without Tor Browser
This post originally came from a reply that I made to a question that was asked on the r/tor subreddit.
So, you want to run the tor service on in Linux but not just with the Tor Browser. Let’s assume that you’re running a Debian-based Linux distro.
sudo apt update && sudo apt install tor torsocks sudo systemctl enable –now tor This will install the tor service and run it as a server as the “tor” user.