Tutorial Hidden Service, your own site (for dummies)
Hello guys, I have an up to date Tutorial for you how to make your own hidden service in the deep web.
First of all, you need a VPS or dedicated server that runs on Linux Debian.
Then open this video and move forward to 1:00
Why do we need epic music? because you are about to enter a new dimension, an absolutely groundbreaking new Platf...
ok it was only a joke.
You need the software PuTTy for a ssh connection to your server so you can control it.
So you have to connect with your server IP to your server, just enter the IP in PuTTy and click 'open'.
Now you have a command line and can start your journey.
Just log into your server with your username and password.
Now you are the root user for your server .
- apt-get install tor
(now you have installed tor but not your hidden service)
if you're not on normal Debian then visit https://www.torproject.org/docs/debian.html.en
- apt-get install apache2
- service apache2 start
Now start your browser and enter your Ip address. if you can see the Apache default page you have done everything right.
- cd ..
- cd etc
- cd tor
- ls
Now you can see the torrc and torsocks.conf data.
- nano torrc
(If nano don't works than you have to 'apt-get install nano')
Now you can see the config data of tor.
Search for the section HiddenServiceDir /var/lib/tor/hidden_service/
Now you have to delete the # character next to HiddenServiceDir and HiddenServicePort.
(There are only two # you have to delete. The first ones. The other Dir's and Ports dont mean anything to you.)
Now save it with strg+o, press enter and strg+x to end it.
- service tor stop
- service tor start
- service tor status
if you can read Started Anonymizing overlay network for TCP you've done everything right.
- cd ..
- cd ..
- cd var
- cd lib
- cd tor
- ls
Now you can see your folder hidden_service that you've just created.
- cd hidden_service/
- ls
- nano hostname
Now you can see your hidden service onion domain. feels good right?
- nano private_key
Don't send this key to anybody! if anyone get this key they can hack your site easily. That key is the confirmation that it is your site and only you can change something.
- cd
- cd ..
- cd var
- cd www
- cd html
- nano index.html
You can see a normal contruction of a website. Now delete everything in there.
now you can build your website with html (if you're experienced) or just copy paste a site or just build it with a random html construction kit.
But we will test the page.
Enter a headline:
- <(h1)>This is my own hidden service. Holy fuck.<(/h1)>
make sure you delete the ()() in your command line.
Now press strg+o to save the file
Reload your page in your browser.
And make sure whatever you do with the site, never go full retard
upvote on this.
This is what the Crypto Scene is all about. Great first Post!
why do i need it ?, i did not get it , the idea? not Linux savvy
It is an onion site, in the Tor network. Anonymously
thanks
Congratulations @nickz1! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You published your First Post
You made your First Vote
You got a First Vote
You made your First Comment
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Congratulations @nickz1! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You got a First Reply
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Congratulations @nickz1! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!