Download
https://www.leaderos.net/plugin/arkSource Code
https://github.com/leaderos-net/ark-leaderos-connectRequirements
This plugin requires the ASE: Server API extension to be installed.Installation
1. Download the plugin
Download the latest release as a ZIP file from the link below and extract it: https://www.leaderos.net/plugin/ark2. Upload the plugin
Copy theLeaderosConnect folder from the extracted ZIP into your server’s AseApi plugins directory:
3. Configure the plugin
Openconfig.json and fill in your credentials:
4. Restart your server
Restart your server. The plugin is now active. Runleaderos.status in the server console to confirm everything is working.
Configuration
| Option | Description |
|---|---|
WebsiteURL | The URL of your LeaderOS website (e.g., https://yourwebsite.com). Must start with https://. |
APIKey | Your LeaderOS API key. Find it on Dashboard > Settings > API. |
ConnectToken | Your server token. Find it on Dashboard > Store > Servers > Your Server > Server Token. |
DebugMode | Set to true to enable verbose debug logging, or false to disable it. |
CheckOnline | Set to true to queue commands for offline players and deliver them on next login. Set to false to execute commands regardless of whether the target player is online. |
FreqMinutes | How often (in minutes) the plugin polls the command queue. |
Note onCheckOnline: When set tofalse, commands targeting offline players will still attempt to execute — but if the server has no players connected at all, the command will be lost permanently since it has already been marked as executed on the LeaderOS side. It is recommended to keep this set totrue.
Console Commands
All commands are server-console only and cannot be run by in-game players.| Command | Description |
|---|---|
leaderos.status | Displays the current configuration and plugin state. |
leaderos.reload | Reloads config.json from disk and triggers an immediate poll. |
leaderos.poll | Triggers an immediate queue poll without reloading config. |
leaderos.debug | Toggles debug mode on or off at runtime. |
