@model StartServerResponse @{ ViewData["Title"] = "Your Private Server"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@if (Model.IsSuccess) {

Command: @Model.CommandLine

At least 1 person must join in 10 minutes, otherwise the server will be killed.

If you have provided a custom map, you have to type its name in the user map section when starting a new game.

} else {

Error: @Model.ErrorMessage

}