Arken ships 9 official first-party addons covering game server management, advanced tickets, and developer tools. Install any addon from the dashboard — or build your own with the TypeScript SDK.
Full-featured support desk with SLA, transcripts & staff portal.
A complete customer-support experience inside Discord. Multi-panel routing, custom intake forms, round-robin staff assignment, SLA escalation, canned responses, and a web staff portal — all included.
Manage your QBCore or ESX FiveM server from Discord.
Connect your FiveM server and control it without touching the console. Kick and ban players, give money and items, change jobs, teleport, and run admin commands — all via slash commands.
Full RCON control over your Minecraft server.
Connect to any vanilla, Paper, or Spigot server via RCON and manage it without opening a console window. Kick, ban, give items, send broadcasts, and execute any console command.
WebSocket RCON control for your Rust server.
Manage your Rust server via WebSocket RCON. Kick and ban players, give items, broadcast in-game messages, and run any admin command — straight from Discord.
RCON management for ARK: Survival Evolved.
Connect to your ARK server via RCON and manage it directly from Discord. Kick and ban players, send broadcasts, and run any admin command without leaving the app.
REST API management for your Palworld server.
Manage your Palworld dedicated server via the REST API. Kick and ban players, send server-wide broadcasts, and run admin commands — all from Discord slash commands.
Check and monitor the status of any game server from Discord.
Query live player counts, map names, ping, and server info for 40+ game types directly from Discord. Save servers per-guild for quick lookups with autocomplete. No admin access to the server required — read-only status queries only.
Control game servers managed by Ronin Server Manager from Discord.
Connect to your Ronin Server Manager instance and control all your game servers without leaving Discord. Start and stop servers, send console commands, view online players, and set up an auto-updating status channel that refreshes on a configurable interval.
Instant static analysis and AI-powered code review inside Discord.
Run /reviewcode, paste your snippet into a modal, and get instant feedback — error and warning counts, a list of specific issues, and a formatted/corrected version of the code. Results are ephemeral so only the submitter sees them. Optionally configure a Groq API key for smarter AI-powered analysis.
The Arken Addon SDK gives you everything you need to extend the bot with slash commands, event listeners, per-guild persistent storage, typed settings, and lifecycle hooks — all in TypeScript. Build your addon, drop the compiled dist/ into the addons folder, restart the bot, and the runtime auto-registers it so it appears in the dashboard immediately.
Read the SDK docsdefineAddon() — TypeScript-first entry point with full type inference; no class boilerplate required
Slash and context-menu commands with optional autocomplete handler built in
Discord gateway event listeners with once support; ctx.client exposes the full discord.js Client
Per-guild isolated key-value storage backed by PostgreSQL — data is always scoped per server
Structured logger tagged with your addon name plus a typed inter-addon event bus for cross-addon messaging
Lifecycle hooks: onLoad, onUnload, onSettingsUpdate, onGuildInstall, and onGuildUninstall
Add Arken Bot and enable any addon from the dashboard — free, forever.