SneezingCactus / manifold-server

Server application repository for Manifold, an open-source implementation of the bonk.io multiplayer servers.
MIT License
2 stars 5 forks source link
bonkio implementation multiplayer server

Manifold Server banner

This repository contains the Manifold server.

You can find the client mod here.

Manifold is an open-source implementation of the bonk.io multiplayer servers made to allow complete freedom over the backend, making certain features possible, such as unlimited max players, unbanning, and ratelimit configuration.

Community and support

Tutorials

Features


Setting up a server

  1. Make sure Node.js v20 or later is installed on your computer. You can check this by opening up a terminal and entering node --version. If it shows v20.0.0 or higher, you're good to go! If not, you may need to update Node.
  2. Clone the repository, or download it as a ZIP by clicking the green "Code" button at the top of the page and then clicking the "Download ZIP" button.
    • If you downloaded the repository as a ZIP, make sure to extract it to a folder.
  3. Go to the folder containing the repository, open a terminal, enter npm install and wait for the process to end.

You should be able to open the server now! Some things to get into consideration: