FSRFULLSPEEDREWIND
Home
Map poolLeaderboard
ServersPlayers
NewsEventsWars
knockout
Discord
FSRFULLSPEEDREWIND

Trackmania community for maps, records and events. Race hard, set your best time and earn your place in the Hall of Fame.

Join Discord

Community

News Legends Events Wars Plugins

Maps

Map pool Leaderboard
© 2026 Fullspeed Rewind. All rights reserved. Server online
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.

plugin.fsr.php

XAseco hook that exports maps and local records.

Download
config.fsr.xml

Small config file for the website URL and API key.

Download
README.txt

Short install notes for old TMNF/TMUF server setups.

Download

Install checklist

  1. 1Copy plugin.fsr.php into the XAseco plugins folder.
  2. 2Copy config.fsr.xml into the same folder and fill in your key.
  3. 3Add <plugin>plugin.fsr.php</plugin> to the XAseco plugin list.
  4. 4Create or rotate an fsr_ API key in Admin -> Integrations.
  5. 5Restart XAseco and check the plugin leaderboard in the admin area.

Admin workflow

Server owners only need the package and their key. Admins control the actual destination, keys and imported data from the admin area.

Integrations Generate, disable or rotate fsr_ API keys.Leaderboards Keep plugin boards separate from normal map rankings.Database tools Push schema changes and run broader DB maintenance.

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.