logo FriendNet
About Download Screenshots News Documentation GitHub ❤️ Donate Public Servers

Compiling

To compile the FriendNet server, you need the following prerequisites:

On Windows, substitute ./build with build.bat.

First, clone the repository:

git clone https://github.com/termermc/FriendNet.git

Then, compile the server:

./build server

The compiled server will be in the server directory, named something like friendnet-server or friendnet-server.exe.

If you do not intend to use the admin UI, you can run:

./build server-noui

This will build the server only without building the admin UI.

You will also need to compile the RPC client if you want to remotely manage the server:

./build rpcclient

The RPC client will be in the rpcclient directory, named friendnet-rpcclient or friendnet-rpcclient.exe.


Next: Configuration