Server plugins
One clean place for FSR server exports: download the XAseco package, connect it with an API key, then manage imported maps and records from admin.
XAseco to FSR Leaderboards
The plugin pushes every new local record plus current map metadata to its assigned plugin board. Plugin boards stay separate from the normal FSR map pool, so server imports do not pollute the website library.
Each API key can feed a clean plugin leaderboard.
Requests use the x-api-key header instead of public writes.
New local records appear without manual CSV cleanup.
Admin workflow
Server owners only need the package and their key. Admins control the actual destination, keys and imported data from the admin area.
Configuration
<settings>
<api_url>http://fullspeedrewind.com</api_url>
<api_key>fsr_YOUR_KEY_HERE</api_key>
</settings>Keep api_url as the website root. The plugin adds /api/ingest/records itself, which keeps old XAseco/PHP setups simple.
Check that the key starts with fsr_, XAseco was restarted and the server can reach the website URL.
Rotate or reassign the API key in admin, then restart XAseco so it posts to the intended plugin board.
Use http:// for legacy TMNF/TMUF boxes if SSL libraries are outdated. The admin API still validates the key.