Page 1 of 1

Test Tor via Control Panel

Posted: Sun Jul 16, 2017 9:39 am
by host74621
Hello

We are testing using Vesta to host websites accessible via the tor network.
I have managed to setup and configure the tor websites for individual domains when added to vesta but currently the control panel is being accessed via the normal internet and it would be nice to have the entire control panel accesses via tor and NOT the clearnet.

Can someone please let me know what needs to be changes in the Vesta Control panel configuration as it seems just changing the Control Panel domain to an .onion address is not enough.

To setup Tor on Vesta I followed this guide
https://sick.codes/create-a-hidden-tor- ... ite-guide/

Onion domains added as per the above URL are working fine BUT I want to move the Control Panel URL to a .onion address.

Thanks

Re: Test Tor via Control Panel

Posted: Mon Jul 17, 2017 2:50 pm
by skurudo
It's not work with your onion-address and port 8083 ?

Re: Test Tor via Control Panel

Posted: Mon Sep 04, 2017 8:52 pm
by plusnettr
Add your torrc file /etc/tor/torrc

Code: Select all

HiddenServiceDir /var/lib/tor/youronion/
HiddenServicePort 80 127.0.0.1:80
HiddenServicePort 8083 127.0.0.1:8083
and log in https://youronion.onion:8083 it's works.