Skip to content

EcoServer on Linux (0.9.0.x)

Simon edited this page Sep 12, 2020 · 9 revisions

DISCLAIMER LINUX IS NOT SUPPORTED!

While Linux is not officially supported, issues should still be reported and we will get to them when possible.

Installing

The Eco Server is now packaged up so as to not require dotnet or mono to be installed.

Install libc6-dev and libgdiplus packages

This will be provided in a install.sh script in a hotfix (0.9.0.2)

NOTE: If you downloaded the server as a zip file, you will need to make the server executable: sudo chmod +x ./EcoServer

To run the server, run ./EcoServer

Docker

You can download a docker image of the server using the command: docker pull strangeloopgames/eco-game-server

See https://hub.docker.com/r/strangeloopgames/eco-game-server for more details.

Clone this wiki locally