How to Configure the SS-CORE
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow these steps to properly configure the SS-CORE script on your RedM server:
Go to your account page on our website: .
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.
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
.
In SS-Core
, open the file that controls access permissions (usually found in config.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.
After setting up the previous configurations, add ensure SS-Core
in your server.cfg
file. And all the others SS scripts must be below SS-Core.
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.