Advanced Server Extensions
The Ark Server API is a high-performance C++ framework that allows server owners to execute complex logic through specialized plugins. Unlike standard Workshop mods, API plugins run entirely on the server side. This means you can implement features like in-game shops, global chat bridges, and advanced permission systems without requiring your players to download any additional files.Difficulty
Intermediate
Time
10 Minutes
API Installation Guide
Follow these steps to set up the foundation for your plugins.1
Download the API
Obtain the latest Ark Server API binaries from the official GitHub repository or community hub.
2
Locate the Binary Folder
In the Game Panel File Manager or via SFTP, navigate to the following directory:
/ShooterGame/Binaries/Win64/3
Upload Files
Upload the
version.dll file and the entire ArkApi folder directly into the Win64 directory.4
Verify Initialization
Start your server. If installed correctly, a new log file will be generated within the
ArkApi folder, confirming that the framework is active.Adding and Configuring Plugins
Once the API is active, you can begin adding individual plugins to expand your server’s functionality.1
Install Plugins
Place your extracted plugin folders (e.g.,
ArkShop, CrossChat) into the following sub-directory:
/ShooterGame/Binaries/Win64/ArkApi/Plugins/2
Edit JSON Configs
Most plugins use a
config.json file for settings. Open these files in the Game Panel editor to customize prices, commands, and permissions.Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: support@freakhosting.com
Last Updated: January 2026 | Extensions: Powering your ecosystem.