Request for Guidance on Tor Website Hosting Automation

HeIIBoy

New member
Staff member
Moderator
Joined
May 28, 2024
Messages
56
Hellcoins
♆19
Profile Music
Hello Dear Hell Corp Experts and Memebers,
I hope you're doing well. I’m currently working on a project to set up a Tor website hosting service, inspired by your remarkable work. I've made some progress, including setting up the hosting form and some basic functionality. However, I’m facing challenges with automating certain aspects, especially related to .onion domain generation and user directory mapping.

Here are the areas where I need your guidance:
1. **Bash Automation Script**:
- I’ve successfully managed file uploads to user-specific directories (e.g., `/var/www/tor_users/username/upload`). However, I’m struggling with:
2. **Generating Unique v3 .onion Domains**: - How can I programmatically generate a unique v3 `.onion` domain for each user? - What are the best practices for ensuring proper directory mapping between the user’s directory and the assigned `.onion` domain? 3.
**Tor Configuration**: - How can I configure Tor to recognize and manage user-specific `.onion` domains?
- What security measures should I consider to ensure user directories and their associated `.onion` domains function properly? If possible, I would greatly appreciate your guidance on these areas, especially on how to handle the domain generation and mapping effectively. I’m eager to learn from your experience and hope to better understand the workflow, including relevant PHP code if needed. Thank you so much for your time and expertise. I look forward to your insights! Best regards,
mbkmadmax
 

CyberGod

Administrator
Staff member
Admin
Moderator
Joined
Dec 23, 2021
Messages
825
Hellcoins
♆27,482
Profile Music
Telegram
you need to make database to manage everything.

first read the docs of tor how to generate the domain. its simple any folder that we will add in torrc file or tor config file it will go there and check is the tor keys uploaded there if not tor will generate new domain and keys there and read the domain name from hostname file
 

HeIIBoy

New member
Staff member
Moderator
Joined
May 28, 2024
Messages
56
Hellcoins
♆19
Profile Music
Ok I have tried this method and worked for one Hidden service website but my aim was a little bit different like i want to setuping a complete hosting services like Hell Corp has setuped for tor websites
Complete Setup same as Hell Corp hosting only for learning purposes
But i think its a bit harder to do because it needs some advanced knowledge in Bash Scripting , Php Scripting And Linux administration .
 

CyberGod

Administrator
Staff member
Admin
Moderator
Joined
Dec 23, 2021
Messages
825
Hellcoins
♆27,482
Profile Music
Telegram
Ok I have tried this method and worked for one Hidden service website but my aim was a little bit different like i want to setuping a complete hosting services like Hell Corp has setuped for tor websites
Complete Setup same as Hell Corp hosting only for learning purposes
But i think its a bit harder to do because it needs some advanced knowledge in Bash Scripting , Php Scripting And Linux administration .
i think you are confused in hosting multi sites on a single machine every site will require a different port
 

HeIIBoy

New member
Staff member
Moderator
Joined
May 28, 2024
Messages
56
Hellcoins
♆19
Profile Music
i think you are confused in hosting multi sites on a single machine every site will require a different port
Maybe you are right i am confused
I've hit a wall trying to manage my webhosting. I know I need Linux expertise, Bash scripting, and Tor expertise, but it's just too much for me. I'm throwing in the towel and acknowledging my limitations
 
Top