mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/opsec-blogposts.git
synced 2025-07-01 16:56:41 +00:00
updated
This commit is contained in:
parent
c6a614276f
commit
ddb777d5ed
6 changed files with 31 additions and 1 deletions
|
@ -6,10 +6,12 @@ xmr: 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAU
|
|||
tags:
|
||||
- Core Tutorial
|
||||
---
|
||||
# Acquiring remote servers anonymously (non-KYC providers)
|
||||
# Renting Remote VPS Servers Anonymously (non-KYC cloud resellers)
|
||||
|
||||

|
||||
|
||||
In this tutorial we're going to cover how you can rent remote servers while maintaining your anonymity from the initial payment to the actual use of the server.
|
||||
|
||||

|
||||
|
||||
## **Finding out a non-KYC Cloud Provider and Email Provider**
|
||||
|
|
BIN
vpsvpnrouting/image-1.png
Normal file
BIN
vpsvpnrouting/image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
vpsvpnrouting/image-2.png
Normal file
BIN
vpsvpnrouting/image-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
vpsvpnrouting/image-3.png
Normal file
BIN
vpsvpnrouting/image-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 KiB |
BIN
vpsvpnrouting/image.png
Normal file
BIN
vpsvpnrouting/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
|
@ -7,6 +7,31 @@ xmr: 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAU
|
|||
|
||||
# Using a VPS to route the traffic to a Self-hosted service (hiding your home public IP from the users)
|
||||
|
||||
## Why is this setup important ?
|
||||
|
||||
Suppose you have a server at home and you have a nginx service on it:
|
||||
|
||||

|
||||
|
||||
If you intend that local webserver to be a public clearnet service, normally you'd need to port-forward it via your home router to be able to allow remote users to reach it.
|
||||
|
||||
|
||||
## What do we need for this setup ?
|
||||
|
||||
You're going to need the following:
|
||||
- [a home server with a local webserver running](../hypervisor_selfhosted/index.md)
|
||||
- [A remote server (VPS)](../anonymousremoteserver/index.md)
|
||||
- [a clearnet domain](../anondomain/index.md)
|
||||
|
||||
We recommend using [Monero](../monerowallet/index.md) to pay for your remote servers and domains, to support the [Monero Circular Economy](../monerofirst/index.md) as much as possible.
|
||||
|
||||
## Targeted Setup
|
||||
|
||||
The setup we are targeting is the following:
|
||||
|
||||

|
||||
|
||||
We're going to connect the homeserver to the remote VPS via OpenVPN, and we're going to make it so that the remote VPS's nginx is configured to make sure that we can reach our local nginx webserver with it.
|
||||
|
||||
## Serverside Remote Setup : Openvpn server
|
||||
|
||||
|
@ -327,6 +352,9 @@ user@privatevm_clientside:~% curl http://test.yourdoma.in:80
|
|||
welcome to the privatevm web server!
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
||||
And that's it! Now to highlight why this setup is important, as an end user, when i try to see what the public IP of the service is, i can only see that it is this remote server:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue