Skip to content

Releases: ZaviiNet-Studios/ServerCommander

ServerCommander-v0.5

16 Jan 20:47
cb28a28

Choose a tag to compare

ServerCommander-v0.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1...0.5

MasterServer Version 0.1

09 Jan 14:08
2965f4a

Choose a tag to compare

Pre-release

Overview
This console application allows you to manage a list of game servers and perform various actions on them, such as adding or deleting servers from the list, and creating or deleting Docker containers.

Usage
To use the console application, navigate to the directory where the executable is located and run it from the command line or just open the exe. The application will wait for you to enter a command. Available commands include:

add: Add a new game server to the list. The application will prompt you to enter the IP address, port, current number of players, maximum capacity, and instance ID of the game server.

remove: Remove a game server from the list by specifying its port number.

list: List all game servers in the current list.

connect: Attempt to connect to a game server that has available capacity for the specified party size. The application will return the IP address and port of the game server, if one is found.

create: Create a new Docker container with the specified party size. The application will use the settings specified in the settings.json file to determine the image and ports to use for the container.

delete: Delete a Docker container by specifying its ID.

startall : Starts all Existing Servers.

stopall : Stops all Servers.

help: Display a list of available commands.

settings: Edit the settings for the console application. The settings are stored in the settings.json file and include options for the Docker image and ports to use, as well as various other options for managing game servers and containers.