Basic Guide To Setting Up Tor Web Server On Windows & Linux
Page 1 of 1
Basic Guide To Setting Up Tor Web Server On Windows & Linux
Linux
- Code:
sudo apt-get install -y tor gedit
cd /etc/tor/
sudo gedit torrc
Add these to lines at the end of the file:
HiddenServiceDir /var/lib/tor/hidden_service
HiddenServicePort 80 your ip address here:80
sudo service tor start
sudo apt-get update && sudo apt-get install -y apache2
sudo service apache2 restart
sudo service tor reload
sudo cat /var/lib/tor/hidden_service/hostname
Your website public files are located in /var/www/html
you will need to choose a port (80 is default) to an unused port for example 8080 and then port forward in your router to your tor server
~~~
using ngix instead of apache2
https://scottlinux.com/2013/10/11/how-to-create-a-tor-onion-site/
https://www.torproject.org/docs/debian.html.en
Similar topics
» Setting up linux ssh server
» Setting Up FTP Server On Linux Mint
» Setting up ssh server on kali linux
» Setting Up Mail Server On Linux Localhost
» Linux FTP Server Secuity setting up vsftpd for no emails
» Setting Up FTP Server On Linux Mint
» Setting up ssh server on kali linux
» Setting Up Mail Server On Linux Localhost
» Linux FTP Server Secuity setting up vsftpd for no emails
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum