mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-12 19:02:21 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
15
README.md
15
README.md
@@ -1,16 +1,25 @@
|
||||

|
||||
|
||||
GUI and CLI Launcher for [Project Reboot](https://github.com/Milxnor/Project-Reboot-3.0/)
|
||||
|
||||
Join our [Discord](https://discord.gg/rebootmp)
|
||||
|
||||
Install the launcher easily from the [releases](https://github.com/Auties00/Reboot-Launcher/releases/) section
|
||||
|
||||
## 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
|
||||
|
||||
- GUI: Stable graphical user interface to play and host Fortnite S0-14
|
||||

|
||||
|
||||
## Preview
|
||||
|
||||
## Installation
|
||||
- GUI
|
||||
|
||||

|
||||
|
||||
Check the releases section
|
||||
- CLI
|
||||
|
||||
Coming soon!
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# 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
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
### 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
|
||||
|
||||
Reference in New Issue
Block a user