Post: Running multiple Tor hidden services(.onion site(s))
01-10-2016, 01:42 PM #1
Azus
Little One
(adsbygoogle = window.adsbygoogle || []).push({});
Running multiple Tor hidden services(.onion site(s))
Hello everyone, I'm going to show you how to run multiple Tor hidden services.
If you have never set up a hidden service with Tor please refer to my guide You must login or register to view this content..


1.) Manually create your hidden services in your "torrc" configuration file.
    
# This file was generated by Tor; if you edit it, comments will not be preserved
# The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it

DataDirectory C:\Users\Sean\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor
GeoIPFile C:\Users\Sean\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\geoip
GeoIPv6File C:\Users\Sean\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\geoip6
HiddenServiceStatistics 0
HiddenServiceDir /pathto/yoursite/service1
HiddenServicePort 80 127.0.0.1:8081
HiddenServiceDir /pathto/yoursite/service2
HiddenServicePort 80 127.0.0.1:8082


2.) Start Tor to generate your service's hostnames & RSA keys...
For vanity .onion names, refer to my guide on You must login or register to view this content..

3.) Stop Apache(if it is running) & edit your virtual host file(s), add an entry for each host(where ServerName is your hidden services hostnames).
    
<VirtualHost 127.0.0.1:8081>
ServerName site1example8nbp.onion
DocumentRoot /pathto/yourtor/www/root/site1
</VirtualHost>

<VirtualHost 127.0.0.1:8082>
ServerName site2example6pqr.onion
DocumentRoot /pathto/yourtor/www/root/site2
</VirtualHost>


4.) Edit your "httpd.conf" to listen on the ports you previously specified.
    
#Listen 12.34.56.78:80
Listen 80
# Listen for hidden Tor services
Listen 127.0.0.1:8081
Listen 127.0.0.1:8082


5.) Save all configuration changes, restart Apache. Assuming you followed this guide correctly your hidden Tor services should be available at separate .onion addresses.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned Azus for this awful post:

Midnight.eGo
01-10-2016, 01:47 PM #2
Midnight.eGo
from El Paso, Texas (915)
Garbage and OutDated

The following user thanked Midnight.eGo for this useful post:

PSNServices

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo