CSBrad / ASAM

A server manager designed to simplify server operations for Ark Ascended.
https://bradsdigitaltools.co.uk/arkascended.php
16 stars 0 forks source link


Ark Server Manager Ascended

A server manager designed to simplify server operations for Ark Ascended.

GitHub release (with filter) GitHub all releases Donate Today Nightly Release

Key FeaturesInstallationPlatformsHow to UseLaunch ArgumentsCredits

Key Features

Installation

ASAM requires .NET 8.0. If you do not have .NET 8.0 installed, you can download it here directly from Microsoft.

Download the latest available version from here.

Platforms

Currently tested on the following platforms:

How to Use

For detailed guides on how to use Ark Server Manager Ascended, please refer to the following resources:

Launch Arguments

To launch with the developer console open, create a batch file with the following content:

@echo off
tasklist | find /i "ASAM.exe" > nul
if errorlevel 1 (
    start "" "ASAM" /console
) else (
    echo Application is already running.
)

Credits

This software uses the following packages:

Honourable Mentions

A Massive thank you for supporting the project:

Donations

This is free to use software. If you'd like to support future developments you can do so Here or Here