How to Configure the SS-CORE
Follow these steps to properly configure the SS-CORE script on your RedM server:
Step 1: Set Your Server IP on the Website
Go to your account page on our website: https://www.sirecstudio.com/account/my-account.
Make sure to enter your server’s IP address in the designated field. This is crucial for linking your server with the license. You need enter only the IP without the port.
Step 2: Configure the License in SS-Core
Open the file
SS-Core/license.lua
.In this file, locate the
YourSSLicense
variable.Copy the license key from your account page (where you set the IP) and paste it as the value of
YourSSLicense
.
Step 3: Set Your Steam Access for CORE Panel Access
In
SS-Core
, open the file that controls access permissions (usually found inconfig.lua
or similar).Locate the
SteamAccess
variable.Enter your Steam ID here to allow access to the CORE panel, enabling you to see all your scripts.
Step 4: Enable SS-Core in server.cfg
After setting up the previous configurations, add
ensure SS-Core
in yourserver.cfg
file. And all the others SS scripts must be below SS-Core.
Important Notes
In fxmanifest.lua you can choice the framework !
By following these steps, your SS-CORE script should be correctly configured and ready to manage all other scripts smoothly on your server.
Last updated
Was this helpful?