Copy the RCON plugin to your emulator plugins folder, and run the required database sql in the required folder
Open "client" in terminal/cmd prompt etc
npm run build
It has created "dist"
Copy the <script>'s from the index.html paste into your cms or nitro's index.html
Paste this div above the scripts you just pasted
<div id="le-trax"></div>
Copy the <link href=""/> from index.html to your nitro index.html
Copy the JS/css folders and traxEditorConfig.json created in "dist" to your cms/nitro directory
The SSO will be passed similarly to nitro
(for nitro)
<script>
window.TraxConfig = {
sso: (new URLSearchParams(window.location.search).get('sso') || null)
}
</script>
(for any cms)
<script>
window.TraxConfig = {
sso: '<?php $PutYourShitCodeHere; ?>'
}
</script>
Open "server" in terminal/cmd prompt etc
npm start
Create a subdomain under cloudflare or your domain provider
Create a "Site" in IIS, click URL Rewrite

Set the IP Address/url localhost:9999 9999 is the default port


