@page install Installing Fourkit Before being able to run FourKit, you need [.NET 10 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) After you install .NET 10, grab the [latest release from github](https://github.com/sylvessa/MinecraftConsoles/releases/tag/nightly-dedicated-server) If you are just updating FourKit, you only need to install Minecraft.Server.exe and Minecraft.Server.FourKit.dll and replace them. After installing, run Minecraft.Server.exe, and place any plugins in the plugins folder that gets automatically made. Plugins end as a .DLL file. Some plugins require it to be in its own folder (due to having dependencies) Below, we will go over how to setup your development environment if you want to make plugins: @ref setup