Skip to the content.

πŸ“˜ What is a game server?

In an online game, a central coordination server is used to synchronize game state between players.
By default, Lone Fondness uses public servers maintained by us. However, you can also host your own private server for more control and a smoother connection.


πŸ” Why run a private server?

  1. πŸ“Ά Better connectivity β€” While we provide public servers across several continents, some users may experience high latency or unreachable networks due to local restrictions.
  2. βœ… Guaranteed availability β€” Public servers have limited computing resources. During peak hours, you may not be able to create a new game.
  3. πŸ–₯️ Full control β€” A private server gives you stable performance, faster response time, and a self-managed environment with no dependency on our infrastructure.

βš™οΈ How to set up a private server

Step 1: Run the server

Download the server binary for your platform, extract it, and run the executable:

# extract
tar xzf lfserver-1.0-linux-amd64.tar.gz
# run
./lfserver

βœ… The server runs with no configuration on supported platforms.
Supported architectures: Linux x86_64 (amd64) and Linux ARM64.

Step 2: Connect from the app

On the game’s main scene, click the pot to access the server list.

❗ Important: Every player in the same game must connect to the same private server.
If even one player uses a different server, the game will fail to start.


πŸ“¦ Downloads


πŸ”’ Privacy

The private server binary is identical to our public version.
It collects no analytics, stores no player data, and uses minimal system resources.