Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alessandro Autiero
2025-04-16 15:43:43 +02:00
2 changed files with 31 additions and 4 deletions

View File

@@ -1,16 +1,25 @@
![Banner](https://i.imgur.com/p0P4tcI.png) ![Banner](https://i.imgur.com/p0P4tcI.png)
GUI and CLI Launcher for [Project Reboot](https://github.com/Milxnor/Project-Reboot-3.0/) GUI and CLI Launcher for [Project Reboot](https://github.com/Milxnor/Project-Reboot-3.0/)
Join our [Discord](https://discord.gg/rebootmp) Join our [Discord](https://discord.gg/rebootmp)
Install the launcher easily from the [releases](https://github.com/Auties00/Reboot-Launcher/releases/) section
## Modules ## Modules
- COMMON: Shared business logic for CLI and GUI modules - COMMON: Shared business logic for CLI and GUI modules
- CLI: Work in progress command line interface to host a Fortnite Server on a Windows VPS easily, developed in Dart - CLI: Work in progress command line interface to host a Fortnite Server on a Windows VPS easily, developed in Dart
- GUI: Stable graphical user interface to play and host Fortnite S0-14 - GUI: Stable graphical user interface to play and host Fortnite S0-14
![image](https://github.com/user-attachments/assets/7ff5d49e-8920-41ad-a805-188d84ad6ec4)
## Preview
## Installation - GUI
Check the releases section ![Registrazione 2025-03-24 194421](https://github.com/user-attachments/assets/f3452969-76ba-49e7-b707-42754bacad70)
- CLI
Coming soon!

View File

@@ -1,5 +1,19 @@
# How can I make my server accessible to other players? # How can I make my server accessible to other players?
If you want other players to join your own server, you can either:
- Port forwarding
Port forwarding is a network technique that allows devices on the internet, like your friends' PC, to access devices your fortnite game server
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.
- Use a private VPN software
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.
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.
# Option 1: Port Forwarding
### 1. Set a static IP ### 1. Set a static IP
Set a static IP on the PC hosting the game server and copy it for later: Set a static IP on the PC hosting the game server and copy it for later:
@@ -35,3 +49,7 @@ After configuring the port forwarding rule, save your changes and apply them.
This step may involve clicking a "Save" or "Apply" button on your router's web interface. This step may involve clicking a "Save" or "Apply" button on your router's web interface.
### 6. Try hosting a game! ### 6. Try hosting a game!
# OPTION 2: Private VPN software
I recommend using [Playit](https://playit.gg/) as it's the easiest to set up