Plugin center

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
Package
API key
Auth
Separate
Boards
Exporter package

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.

Download zip
Server scoped

Each API key can feed a clean plugin leaderboard.

Key protected

Requests use the x-api-key header instead of public writes.

Live import

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

config.fsr.xml
<settings>
  <api_url>http://fullspeedrewind.com</api_url>
  <api_key>fsr_YOUR_KEY_HERE</api_key>
</settings>
Website root
http://fullspeedrewind.com
Record ingest
http://fullspeedrewind.com/api/ingest/records
Header
x-api-key: fsr_YOUR_KEY_HERE

Keep api_url as the website root. The plugin adds /api/ingest/records itself, which keeps old XAseco/PHP setups simple.

No records arrive

Check that the key starts with fsr_, XAseco was restarted and the server can reach the website URL.

Wrong board

Rotate or reassign the API key in admin, then restart XAseco so it posts to the intended plugin board.

Old PHP server

Use http:// for legacy TMNF/TMUF boxes if SSL libraries are outdated. The admin API still validates the key.