How to host an onion service
You can now reach this site through the Tor Browser at: http://qit6u7ij6fafj6ghd244yrkbe4kd6qwh3k3pjd4dllivveu4ufnrowqd.onion/ The following instructions are assuming you are using Debian 12. You may need to do things slightly different if you are using another Debian based distro. First, you need to ssh into your server and ensure your CPU architecture is supported. It has to be amd64, arm64, or i386. dpkg --print-architecture Add the Tor repos apt install -y apt-transport-https gpg echo “deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org $(lsb_release -cs) main deb-src [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org $(lsb_release -cs) main” > /etc/apt/sources.list.d/tor.list ...