MASTER SERVER
DEPLOYMENT SYSTEM

Professional-grade ARK server configuration and deployment

OPEN SOURCE // ACTIVELY MAINTAINED
⚡ DOWNLOAD ARK: ARCHITECT Complete Source Code + Documentation // ~150KB

◢ Core Systems ◣

🦖

Dual Game Support

Full support for ARK: Survival Evolved (376030) and ARK: Survival Ascended (2430930) with correct executable paths and configurations.

🌐

Cluster Integration

Multi-server cluster management with automatic port offsetting, shared cluster directories, and seamless cross-server travel.

⚙️

Complete Automation

SteamCMD installers, redistributables, ASA certificates, firewall scripts, and RCON safe shutdown—all generated automatically.

🎮

Multiplier Engine

Fine-tune XP rates, taming speeds, breeding multipliers, and per-level stat progressions with precise control over every parameter.

🔒

Smart Port Management

Automatic peer port calculation (Game+1) and cluster instance offsetting (+2) to prevent port collisions.

📦

One-Click Deployment

Generate complete deployment packages with batch scripts, INI configs, PowerShell firewall rules, and step-by-step instructions.

💻

100% Open Source

Full access to all source code. View, modify, and learn from the React components, generation logic, and deployment scripts. MIT Licensed.

🔧

Fully Customizable

Inspect every line of generated code. Modify templates, add features, or adapt to your workflow. Your server, your rules.

◢ Open Source & Transparent ◣

ARK: Architect is completely open source. Every component, every script, every configuration template is visible and modifiable. We believe in transparency—you should know exactly what's being deployed to your server.

👁️

Inspect the Code

Download the ZIP and examine all React components, generation logic, and templates. No black boxes, no hidden behavior.

✏️

Modify & Extend

Add custom maps, tweak INI templates, or integrate with your existing tools. The codebase is clean and well-documented.

🤝

Community Driven

MIT License means you can use it commercially, modify it freely, or contribute improvements back to the community.

What's Inside the Download?

📁 /src/components/
BasicSettings, MultipliersEngine, ClusterConfig, AdvancedSettings
📁 /src/utils/
packageGenerator.js - All INI, batch, and PowerShell generation logic
📄 README.md
Complete technical documentation and architecture guide
📄 LICENSE (MIT)
Free to use, modify, and distribute commercially

◢ Technical Specifications ◣

Framework
React 18 + Vite
Styling
Tailwind CSS 3.3
File Generation
JSZip + FileSaver
Supported Platforms
Windows Server (Primary)
Output Format
.bat, .ini, .ps1
Port Protocol
UDP (Game/Query) + TCP (RCON)

◢ Quick Start Protocol ◣

01

Extract & Install Dependencies

Extract the downloaded ZIP and install Node.js if you don't have it. Navigate to the extracted folder.

cd ark-architect
npm install
02

Launch Development Server

Start the local development server. The application will open in your browser automatically.

npm run dev
03

Configure Your Server

Use the 4-step wizard to configure deployment settings, multipliers, cluster options, and automation features.

04

Generate Deployment Package

Click "Generate Deployment Package" to download a complete ZIP with all scripts, configs, and installers ready for your server.