Skip to content
Niclas Olofsson edited this page Jul 6, 2018 · 2 revisions

To install MEENET follow these simple steps and you should be up and running within minutes.

Download and install latest .NET Core runtime

Navigate to https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.1 and find your target platform. Follow the instructions to install.

Download and install MEENET

Find the latest release on github at https://github.com/NiclasOlofsson/MEENET/releases. Download meenet-server.zip an unzip to folder of own choosing.

Open a command prompt and navigate to the folder that contain the unzipped content. Execute dotnet MiNET.Console.dll to start your server.

Post installation

Configuration

Most configuration in MiNET is handled via a server.config located in the same directory as the binaries.

In order to connect to the server, you will need to provide the server with credentials that handle login to Microsoft Office365. Access to Office365 is required in order to verify the license of the clients connecting to the server.

Plugins

TBD