PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Basic Guide To Setting Up Tor Web Server On Windows & Linux

Go down

Basic Guide To Setting Up Tor Web Server On Windows & Linux Empty Basic Guide To Setting Up Tor Web Server On Windows & Linux

Post by jamied_uk 11th July 2016, 18:38



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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum