mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-04-19 21:02:26 -04:00
docs: deprecate Hytale-F2P in favor of F2P Evo
Replace README with short deprecation notice pointing to f2p-evo. Add deprecation headers to SERVER.md, TROUBLESHOOTING.md, server/README.md. Remove CloudNord advertising, buymeacoffee links, and Discord references. Update Docker URLs from Hybrowse to sanasol, fix contact links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
68
SERVER.md
68
SERVER.md
@@ -1,9 +1,10 @@
|
||||
# 🎮 Hytale F2P Server Guide
|
||||
> **Deprecated:** This guide is for the legacy Hytale F2P launcher. For the new F2P Evo launcher, see [F2P Evo Server Guide](https://git.sanhost.net/sanasol/f2p-evo/src/branch/main/SERVER.md).
|
||||
|
||||
# Hytale F2P Server Guide
|
||||
|
||||
Play with friends online! This guide covers both easy in-game hosting and advanced dedicated server setup.
|
||||
|
||||
### **DOWNLOAD SERVER FILES (JAR/RAR/SCRIPTS) HERE: https://chat.sanhost.net/invite/Tfz4jCK4**
|
||||
<!-- ### **DOWNLOAD SERVER FILES (JAR/RAR/SCRIPTS) HERE: https://discord.gg/Fhbb9Yk5WW** -->
|
||||
**Need server files?** Download from [F2P Evo releases](https://git.sanhost.net/sanasol/f2p-evo/releases/latest) or join [Community Chat](https://chat.sanhost.net/invite/Tfz4jCK4).
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
@@ -34,43 +35,7 @@ Play with friends online! This guide covers both easy in-game hosting and advanc
|
||||
* [10. Getting Help](#10-getting-help)
|
||||
---
|
||||
|
||||
<div align='center'>
|
||||
<h3>
|
||||
<b>
|
||||
Do you want to create Hytale Game Server with EASY SETUP, AFFORDABLE PRICE, AND 24/7 SUPPORT?
|
||||
</b>
|
||||
</h3>
|
||||
<h2>
|
||||
<b>
|
||||
<a href="https://cloudnord.net/hytale-server-hosting">CLOUDNORD</a> is the ANSWER! HF2P Server is available!
|
||||
</b>
|
||||
</h2>
|
||||
|
||||
</div>
|
||||
|
||||
**CloudNord's Hytale, Minecraft, and Game Hosting** is at the core of our Server Hosting business. Join our Gaming community and experience our large choice of premium game servers, we’ve got you covered with super high-performance hardware, fantastic support options, and powerful server hosting to build and explore your worlds without limits!
|
||||
|
||||
**Order your Hytale, Minecraft, or other game servers today!**
|
||||
Choose Java Edition, Bedrock Edition, Cross-Play, or any of our additional supported games.
|
||||
Enjoy **20% OFF** all new game servers, **available now for a limited time!** Don’t miss out.
|
||||
|
||||
### **CloudNord key hosting features include:**
|
||||
- Instant Server Setup ⚡
|
||||
- High Performance Game Servers 🚀
|
||||
- Game DDoS Protection 🛡️
|
||||
- Intelligent Game Backups 🧠
|
||||
- Quick Modpack Installer 🔧
|
||||
- Quick Plugin & Mod Installer 🧰
|
||||
- Full File Access 🗃️
|
||||
- 24/7 Support 📞 🏪
|
||||
- Powerful Game Control Server Panel 💪
|
||||
|
||||
### **Check Us Out:**
|
||||
* 👉 CloudNord Website: https://cloudnord.net/hytalef2p
|
||||
* 👉 CloudNord Discord: https://discord.gg/TYxGrmUz4Y
|
||||
* 👉 CloudNord Reviews: https://www.trustpilot.com/review/cloudnord.net?page=2&stars=5
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
### [NEW!] Play Online with Official Accounts 🆕
|
||||
|
||||
@@ -101,8 +66,7 @@ Enjoy **20% OFF** all new game servers, **available now for a limited time!** Do
|
||||
|
||||
"HytaleServer.jar", which called as "Server", functions as the place of authentication of the client that supposed to go to Hytale Official Authentication System but we managed our way to redirect it on our service (Thanks to Sanasol), handling approximately thousands of players worldwide to play this game for free.
|
||||
|
||||
Kindly support us via [our Buy Me a Coffee link](https://buymeacoffee.com/hf2p) if you think our launcher took a big part of developing this Hytale community for the love of the game itself.
|
||||
**We will always advertise, always pushing, and always asking, to every users of this launcher to purchase the original game to help the official development of Hytale**.
|
||||
**We encourage all users to purchase the official game to support its development.**
|
||||
|
||||
### Server Directory Location
|
||||
|
||||
@@ -248,7 +212,7 @@ Free tunneling service - only the host needs to install it:
|
||||
* Right-click file > Properties > Turn on 'Executable as a Program' | or `chmod +x playit-linux-amd64` on terminal
|
||||
* Run by double-clicking the file or `./playit-linux-amd64` via terminal
|
||||
5. Open the URL/link by `Ctrl+Click` it. If unable, select the URL, then Right-Click to Copy (`Ctrl+Shift+C` for Linux) then Paste the URL into your browser to link it with your created account.
|
||||
6. Once it done, download the `run_server_with_tokens (1)` script file (`.BAT` for Windows, `.SH` for Linux) from our Discord server > channel `#open-public-server`
|
||||
6. Download `start.bat` (Windows) or `start.sh` (Linux/macOS) from the [server/ directory](server/)
|
||||
7. Put the script file to the `Server` folder in `HytaleF2P` directory (`%localappdata%\HytaleF2P\release\package\game\latest\Server`)
|
||||
8. Rename the script file to `run_server_with_tokens` to make it easier if you run it with Terminal, then do Method A or B.
|
||||
9. If you put it in `Server` folder in `HytaleF2P` launcher, change `ASSETS_PATH="${ASSETS_PATH:-./Assets.zip}"` inside the script to be `ASSETS_PATH="${ASSETS_PATH:-../Assets.zip}"`. NOTICE THE `./` and `../` DIFFERENCE.
|
||||
@@ -283,9 +247,8 @@ For 24/7 servers, custom configurations, or hosting on a VPS/dedicated machine.
|
||||
2. `Assets.zip`
|
||||
3. `run_scripts_with_token.bat` for Windows or `run_scripts_with_token.sh` for macOS/Linux
|
||||
|
||||
> [!NOTE]
|
||||
> The `HytaleServer.rar` available on our Discord Server (`#open-public-server` channel; typo on the Discord, not `zip`) includes all of the prequisites.
|
||||
> Unfortunately, the JAR inside the RAR isn't updated so you'll need to download the JAR from the link on Discord.
|
||||
> [!TIP]
|
||||
> The easiest way is to use the one-click scripts from the [server/](server/) directory. They handle downloading everything automatically.
|
||||
|
||||
> [!TIP]
|
||||
> You can copy `Assets.zip` generated from the launcher to be used for the dedicated server. It's located in `HytaleF2P/release/package/game/latest`.
|
||||
@@ -558,10 +521,10 @@ docker run -d \
|
||||
-e HYTALE_AUTH_DOMAIN=auth.sanasol.ws \
|
||||
-e HYTALE_SERVER_NAME="My Server" \
|
||||
-e JVM_XMX=8G \
|
||||
ghcr.io/hybrowse/hytale-server-docker:latest
|
||||
ghcr.io/sanasol/hytale-server-docker:latest
|
||||
```
|
||||
|
||||
See [Docker documentation](https://github.com/Hybrowse/hytale-server-docker) for details.
|
||||
See [Docker documentation](https://github.com/sanasol/hytale-server-docker) for details.
|
||||
|
||||
---
|
||||
|
||||
@@ -576,9 +539,12 @@ See [Docker documentation](https://github.com/Hybrowse/hytale-server-docker) for
|
||||
|
||||
# Credits
|
||||
|
||||
- Hytale F2P Project
|
||||
- [Hybrowse Docker Image](https://github.com/Hybrowse/hytale-server-docker)
|
||||
- Auth Server: sanasol.ws
|
||||
- F2P Evo Project
|
||||
- [Server Docker Image](https://github.com/sanasol/hytale-server-docker)
|
||||
- [Auth Server](https://github.com/sanasol/hytale-auth-server)
|
||||
- Auth domain: auth.sanasol.ws
|
||||
|
||||
**Need help?** [Community Chat](https://chat.sanhost.net/invite/Tfz4jCK4) | [TG Group](https://t.me/sanhostnet) | [TG Channel](https://t.me/hf2p_og)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user