Sign inSign up

cousin704/cousinrcon

By cousin704

•Updated 3 months ago

RCON Web Interface for ARK Survival Ascended

Image
0

491

cousin704/cousinrcon repository overview

⁠🎮 Cousin RCON Web Interface

A self-hosted web dashboard for managing ARK: Survival Ascended game servers via RCON.

⁠✨ Features

  • 🖥️ Multi-server management — add and manage unlimited ARK servers
  • 🔨 RCON console — send commands to one or all servers at once
  • ⛔ Ban management — ban/unban players with duration or lifetime bans, auto-expire
  • 🕐 Scheduled commands — recurring or one-time tasks (broadcasts, restarts, etc.)
  • 🎮 Live player list — see who's online on each server
  • 🔗 Discord Linker integration — view Discord-linked players (MySQL or SQLite)
  • 🔒 Secure login — single-user authentication with bcrypt hashed password
  • 💾 Persistent data — all settings stored in a mounted volume

⁠🚀 Quick Start

services:
  cousin-rcon:
    image: cousin704/cousinrcon:latest
    container_name: cousin-rcon
    ports:
      - "3000:3000"
    volumes:
      - ./rcon-data:/app/data
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:fe036093a…

Size

163.1 MB

Last updated

3 months ago

docker pull cousin704/cousinrcon