Skip to content

Commit 9c6cd6d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c3ede3b + d2f0d17 commit 9c6cd6d

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
![Banner](https://i.imgur.com/p0P4tcI.png)
22

33
GUI and CLI Launcher for [Project Reboot](https://github.com/Milxnor/Project-Reboot-3.0/)
4+
45
Join our [Discord](https://discord.gg/rebootmp)
56

7+
Install the launcher easily from the [releases](https://github.com/Auties00/Reboot-Launcher/releases/) section
8+
69
## Modules
710

811
- COMMON: Shared business logic for CLI and GUI modules
12+
913
- CLI: Work in progress command line interface to host a Fortnite Server on a Windows VPS easily, developed in Dart
14+
1015
- GUI: Stable graphical user interface to play and host Fortnite S0-14
11-
![image](https://github.com/user-attachments/assets/7ff5d49e-8920-41ad-a805-188d84ad6ec4)
1216

17+
## Preview
1318

14-
## Installation
19+
- GUI
20+
21+
![Registrazione 2025-03-24 194421](https://github.com/user-attachments/assets/f3452969-76ba-49e7-b707-42754bacad70)
1522

16-
Check the releases section
23+
- CLI
24+
25+
Coming soon!

documentation/en/PortForwarding.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# How can I make my server accessible to other players?
22

3+
If you want other players to join your own server, you can either:
4+
5+
- Port forwarding
6+
7+
Port forwarding is a network technique that allows devices on the internet, like your friends' PC, to access devices your fortnite game server
8+
running on your private WI-FI network. This is the better alternative in terms of latency as you don't have to pass through an external service.
9+
10+
- Use a private VPN software
11+
12+
Using a private VPN software, like Playit, Hamachi or Radmin, you can tunnel your internet traffic through a centralized VPN to connect with other players.
13+
This allows you to not share your public IP with other players and can be easier to set up if you have never used your router's web interface.
14+
15+
# Option 1: Port Forwarding
16+
317
### 1. Set a static IP
418

519
Set a static IP on the PC hosting the game server and copy it for later:
@@ -34,4 +48,8 @@ Now, you'll need to create a new port forwarding rule. Here's what you'll typica
3448
After configuring the port forwarding rule, save your changes and apply them.
3549
This step may involve clicking a "Save" or "Apply" button on your router's web interface.
3650

37-
### 6. Try hosting a game!
51+
### 6. Try hosting a game!
52+
53+
# OPTION 2: Private VPN software
54+
55+
I recommend using [Playit](https://playit.gg/) as it's the easiest to set up

0 commit comments

Comments
 (0)