Comment on page
Plugin Installation
This guide covers the installation process for a general integration plugin.
All Sonoran CAD integration plugins require the standard version of Sonoran CAD or higher. For more information, see our pricing page.
Looking for VPS, web, or dedicated hosting? Check out our official server hosting!
Sonoran Servers customers receive free plugin installation and 30% off their monthly CAD subscription!

Sonoran Servers - Discount and Free Plugin Installation
View our framework installation video also covers the installation of a standard plugin (Unit Status).
This example uses the postals plugin.
Download the plugin from its repository. These are found under its plugin page, like here for the postals plugin.

Extract the plugins to your
sonorancad\plugins
folder.
- 1.Open the
CHANGEMEconfig_postals.lua
file (name depends on the plugin) and configure as desired. The files are usually commented, and more details are on its plugin page. - 2.Enable the plugin by changing the
enabled
variable fromfalse
totrue
in the plugin config.

2. Rename and remove the
CHANGEME
from the file toconfig_postals.lua
(depending on name of plugin).
This is how your folder should look now.
Restart the
sonorancad
resource by entering restart sonorancad
in the console and enjoy your new plugin!Sonoran CAD's integration framework and plugins will automatically update with the latest features, fixes, and changes!
Or, run
sonoran pluginupdate
to instantly check and update all plugins.If you're having trouble installing a plugin, check out our common troubleshooting guide:
Last modified 2mo ago