PhoenixCAD First-Time Setup

Configuration Files

Troubleshooting Guide

PhoenixCAD First-Time Setup

Configuration Files

Troubleshooting Guide

PhoenixCAD First-Time Setup

Andy
Last Updated:

Below you will find the appropriate steps on how to setup your instance of PhoenixCAD. If after reading this guide you're still encountering issues, feel free to open a support ticket on our client portal.

Phoenix Scripts Setup

First, you need to download the latest scripts zip file from your setup ticket or the downloads page on our portal.
Download a dependency called connectqueue download it here. * This is required for the whitelist script.

Inside the Phoenix Scripts v0.0.0.zip file, extract all scripts under resources into your resources directory on the server. Place all scripts into a folder labeled [phoenix_scripts]

When complete it should look similar to this;

Scripts are located in server/resources/[phoenix_scripts] inside the server.

Add the following to your server.cfg
ensure [phoenix_scripts]

From that point, you are finished with the server scripts and should move on to the configuration of these scripts.

Phoenix Configuration Setup

Take all files inside the Phoenix Scripts v0.0.0.zip/configs folder and move them into the same directory as the server.cfg 

It should look like this after:

Files from the ZIP/configs folder in the same location as server.cfg

Open the Core.Framework.Config.json 

{
  "APIUrl": "https://api.phoenix-dev.live:0000/api/",
  "APIKey": ""
}

Change the APIUrl & APIKey, these are given to you in the initial setup ticket. 
Once changed, save and close this file.

Open the general.cfg 

set api_url "api.phoenix-dev.live:0000" # Replace the "0000" with the port provided in your setup ticket. This should NOT include "https://.../api/" simply just replace the "0000".
set api_key "" # Place the API key provided during setup in this convar.
set api_dev "false" # If true, then it will utilize the "Dev Whitelist" from portal || If false, then it will utilize the "Live Whitelist" from portal
set pd_servicename "server1" # Set this to the value corresponding in your server management page under "service name" for each server.

Make edits accordingly, These settings will be different from server to server.
Once changed, save and close this file.

Phoenix CAD Setup

Direct Admin Guide


Was this article helpful?