Skip to content

CSBrad/ASAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

  • Built-in RCON
    • An RCON tool integrated into ASAM to send commands remotely without needing a direct server connection.
  • Discord Bot Integration
    • A modular bot packed with features to enhance your community’s server. Features include:
      • Welcome Messages
      • Discord RCON
      • Role Selection (coming soon)
      • In-Game Chat to a Discord channel (coming soon)
      • Start/stop/update the server
  • Auto Backups
  • Backup Recovery
  • Profile Creation for multiple servers, supporting clustering.
  • Built-In Config Editor (GUI and text-based editors available)
  • Drop Editor (Coming Soon)

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:

  • Microsoft Windows
    • 10
    • 11

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:

  • Radiolotek
  • Donatello

Donations

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published