Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:vps_server [2025/09/27 10:35] ravagetutorials:vps_server [2025/09/28 21:50] (current) – updated video url redhair
Line 1: Line 1:
-====== We are looking for someone who can create guide on hosting using a VPS Relay. ====== +====== How to Set Up VPN to Host NFSU ====== 
-=== We still need someone who understands VPS server setup and Hosting Using VPS Relay and can put together guide for us here. ===+  - Get the cheapest VPS you can find with a dedicated IPv4 address. 
 +  - Select the latest Debian as the server image. 
 +  - On a freshly installed server, log in via SSH and run the following command: <code>wget -O - https://nfs.onl/pivpn | bash</code> 
 +  - At the end of the script, open the shown URL in web browser and download the .conf file. 
 +  - Install the WireGuard client from https://www.wireguard.com/install/ 
 +  - Open the WireGuard app. 
 +  - Import the .conf file and click "Activate"
 + 
 +Done. 
 + 
 +Here you can see how it looks: {{youtube>ScveKTwyuV0?large}} 
 +As long as you are connected to your VPN, you will be able to host games on an NFSU server. 
 + 
 +Here’s what the fully automated script does: 
 +  - Installs PiVPN with WireGuard server 
 +  - Creates a configuration for the WireGuard client 
 +  - Sets up port forwarding for UDP 3658–3659 
 +  - Opens the necessary ports in the firewall 
 +  - Runs a temporary web server so you can download the config file to your PC 
 +  - Saves the firewall settings to make them persistent