CurseForge · Minecraft mod
Forge Server Installer/Starter
Jar-File for install and starting up and Install the Server automaticly, instead of using .bat or .sh Files
Quick answer
Which Forge Server Installer/Starter release matches 1.7.9?
Forge Server Installer/Starter minecraft_server-3.6.3.jar targets 1.16.3, 1.13.1, 1.9.3 with Forge, NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Forge Server Installer/Starter required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Forge Server Installer/Starter minecraft_server-3.6.3.jar need?
minecraft_server-3.6.3.jar on 1.7.9. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Forge Server Installer/Starter without breaking your instance.
Built for Forge Server Installer/Starter minecraft_server-3.6.3.jar on 1.7.9. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use minecraft_server-3.6.3.jar. It targets 1.16.3, 1.13.1, 1.9.3 with Forge, NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside minecraft_server-3.6.3.jar. It opens that exact file at the source.
About this project
What does Forge Server Installer/Starter add?
FORGE Server Starter
Forge Server Starter is a lightweight launcher for Forge and NeoForge Minecraft servers. It replaces traditional .bat and .sh startup scripts and simplifies installation, configuration, startup, console access, and server maintenance.
It is particularly useful for game server hosting environments where custom scripts or startup commands are limited.
Features
- Forge and NeoForge support — Works with modern loaders and legacy Forge versions down to Minecraft 1.7.10.
- Guided installation — Installs Forge or NeoForge interactively through the console.
- Automatic installation — Installs a configured loader using
forge-auto-install.txt. - Loader detection — Detects installed Minecraft, Forge, and NeoForge versions.
- Library check — Verifies that the required server libraries are available.
- Cross-platform startup — Uses the appropriate arguments for Windows, Linux, and macOS.
- Console passthrough — Displays the complete server output and forwards console commands.
- Fast restart — Restart the server gracefully by entering
/restartin the console. - Optional loader updates — Can check for and install newer Forge or NeoForge versions.
- Custom Java path — Use a specific Java installation through
server_starter.conf. - Custom timezone — Configure the server timezone without changing the host system.
- Network check control — Disable the startup connection check for restricted networks.
- Logging and debugging — Write launcher events to a log file and enable detailed diagnostics.
- Update notifications — Receive notices when a newer Forge Server Starter release is available.
- Java compatibility — Supports Java 8 through Java 25, depending on the Minecraft version.
Minecraft EULA
Forge Server Starter does not accept the Minecraft EULA without the user's knowledge and consent.
Before the first server start, the official Minecraft EULA is displayed:
After reading the EULA, the user must explicitly enter:
true
Only then will Forge Server Starter write the following setting to eula.txt:
eula=true
Without this explicit confirmation, the EULA remains unchanged.
Quick Start
- Download the latest
minecraft_server.jar. - Place it in the Minecraft server directory.
- Start the launcher:
java -Xms1G -Xmx2G -jar minecraft_server.jar nogui
- Follow the instructions displayed in the console.
- Read and confirm the Minecraft EULA when prompted.
- Forge Server Starter will launch the detected Forge or NeoForge server.
Adjust -Xms and -Xmx to match the amount of memory available to your server.
Automatic Installation
Create forge-auto-install.txt next to minecraft_server.jar.
NeoForge example
minecraftVersion=1.21.1
loaderType=NeoForge
loaderVersion=latest
Forge example
minecraftVersion=1.20.1
loaderType=Forge
loaderVersion=latest
Available loader settings:
minecraftVersion— Minecraft version to install.loaderType—ForgeorNeoForge.loaderVersion— A specific version,latest, orrecommendedwhere supported.
Forge Server Starter downloads and installs the selected loader before starting the server.
Configuration
On first startup, Forge Server Starter creates:
server_starter.conf
The configuration includes settings for:
- Timezone
- Java executable
- Debug output
- File logging
- Network checks
- Automatic loader updates
- Update requests
- EULA confirmation behavior
Example:
timezone=UTC
java_path=java
debug=false
log_to_file=true
network_check=true
auto_update_loader=false
unique_id_request=true
The generated configuration contains additional explanations for each option.
Console Commands
Commands entered into the launcher console are forwarded directly to the Minecraft server.
Examples:
list
say Server restart in 5 minutes
stop
To restart the server without restarting Forge Server Starter, enter:
/restart
The current server process will be stopped gracefully and started again.
Automatic Loader Updates
Automatic Forge or NeoForge updates are disabled by default.
They can be enabled in server_starter.conf:
auto_update_loader=true
When enabled, Forge Server Starter checks for a newer compatible loader version during startup and installs it when available.
Always create a backup before updating a production server. Loader updates may require updated mods or configuration changes.
Restricted or Offline Networks
The startup network check can be disabled when a hosting provider, firewall, or proxy blocks connection tests:
network_check=false
Forge Server Starter will then continue with locally available files. Online installation, update checks, and downloads still require internet access.
Logging
Launcher events can be written to:
logs/server-starter.log
File logging is enabled by default. Additional diagnostic output can be enabled with:
debug=true
Compatibility
- Windows
- Linux
- macOS
- Forge
- NeoForge
- Legacy Forge versions down to Minecraft 1.7.10
- Modern NeoForge versions, including four-part version numbers
- Java 8 through Java 25
The Java version required by the server depends on the selected Minecraft and loader version. Older Minecraft versions may require Java 8, while modern versions commonly require Java 17 or Java 21.
Latest Improvements
- Explicit Minecraft EULA confirmation
- Official EULA information displayed before acceptance
- Forge and NeoForge loader update support
- Faster server restarts using
/restart - Configurable startup network check
- Improved console input on modern Java versions
- Support for modern NeoForge version formats
- Improved legacy Forge compatibility
- Reliable binary installer downloads
- GitHub and CurseForge update links
Downloads and Source Code
- GitHub Releases: https://github.com/HellBz/Forge-Server-Starter/releases/latest
- Source Code: https://github.com/HellBz/Forge-Server-Starter
- CurseForge: https://www.curseforge.com/minecraft/mc-mods/forge-server-starter
Feedback and Bug Reports
Feedback, suggestions, and bug reports are welcome:
https://legacy.curseforge.com/minecraft/mc-mods/forge-server-starter/issues
Discord
Join the community Discord server:
Credits
- rex2630 — Java compatibility, restart functionality, loader updates, and installer improvements
- DerErizzle — Legacy Minecraft 1.7.10 support
Forge Server Starter is not affiliated with Mojang Studios or Microsoft.
Project description from CurseForge.
Pick your setup
Forge Server Installer/Starter by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1-snapshot
2 loader builds26.1
2 loader builds1.21.11-snapshot
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9-snapshot
2 loader builds1.21.9
2 loader builds1.21.8
2 loader buildsShowing the newest 12 of 133 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Forge Server Installer/Starter versions and loaders
minecraft_server-3.6.3.jar
15 Sept 2026
minecraft_server-3.6.1.jar
12 Sept 2026
FORGE-Server-Starter-3.5.7
minecraft_server_v3.5.7.jar
11 Apr 2024
FORGE-Server-Starter-3.5.4
minecraft_server.jar
8 Mar 2024
FORGE-Server-Starter-3.5-hf-3c
minecraft_server.jar
27 Feb 2024
FORGE-Server-Starter-3.5-hf-3b
minecraft_server.jar
26 Feb 2024
FORGE-Server-Starter-3.1
minecraft_server.jar
6 Sept 2023
FORGE-Server-Starter-3.0
minecraft_server.jar
5 Sept 2023
Looking for an older file? The official CurseForge project page is in Resources.