mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 06:41:47 -03:00
Compare commits
3 Commits
552ec42d6c
...
a649bf1fcc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a649bf1fcc | ||
|
|
66faa1bb1e | ||
|
|
a63e026700 |
@@ -9,19 +9,38 @@ Host your own Hytale server. The scripts handle everything automatically.
|
|||||||
- **Internet connection** for first launch (downloads ~3.5 GB of game files)
|
- **Internet connection** for first launch (downloads ~3.5 GB of game files)
|
||||||
- If you have the F2P launcher installed, game files are copied locally (no download needed)
|
- If you have the F2P launcher installed, game files are copied locally (no download needed)
|
||||||
|
|
||||||
|
## Video Guide
|
||||||
|
|
||||||
|
[](https://youtu.be/KvuXLH7SKvI)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
### Windows
|
### Free Hosted Server (no PC required)
|
||||||
|
|
||||||
|
Use [play.hosting](https://play.hosting) to get a free Hytale server with F2P support:
|
||||||
|
|
||||||
|
1. Register at [play.hosting](https://play.hosting)
|
||||||
|
2. Create a **Hytale** server
|
||||||
|
3. Start the server once and wait for it to fully load
|
||||||
|
4. Go to **Files** → open the `mods` folder
|
||||||
|
5. Click **New** → **File via URL**
|
||||||
|
6. Paste: `https://github.com/sanasol/hytale-auth-server/releases/latest/download/dualauth-agent.jar`
|
||||||
|
7. Click **Query** and download the file
|
||||||
|
8. Go to **Console** and **Restart** the server
|
||||||
|
|
||||||
|
Done — your F2P server is ready to join.
|
||||||
|
|
||||||
|
### Windows (self-hosted)
|
||||||
|
|
||||||
1. Download `start.bat` to an empty folder
|
1. Download `start.bat` to an empty folder
|
||||||
2. Double-click `start.bat`
|
2. Double-click `start.bat`
|
||||||
3. Done — server starts on port **5520**
|
3. Done — server starts on port **5520**
|
||||||
|
|
||||||
### Linux / macOS
|
### Linux / macOS (self-hosted)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir hytale-server && cd hytale-server
|
mkdir hytale-server && cd hytale-server
|
||||||
curl -O https://raw.githubusercontent.com/amiayweb/Hytale-F2P/develop/server/start.sh
|
curl -O https://git.sanhost.net/sanasol/hytale-f2p/raw/branch/develop/server/start.sh
|
||||||
chmod +x start.sh
|
chmod +x start.sh
|
||||||
./start.sh
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user