Fix your servers…
A self-hosted alternative to crash.limetech.org, built because the official service has been unreliable lately.
22
Reports total
0
Last 24 hours
8
Unique signatures
Set up Accelerator on your server
github.com/asherkin/accelerator →-
Grab the latest public Accelerator build from the
GitHub Actions builds
(there are no tagged releases - open the most recent successful run and
download the Linux artifact) and extract it into your server's
addons/sourcemod/folder. -
Point it at this dashboard by adding these keys to
addons/sourcemod/configs/core.cfg:
core.cfg
"MinidumpUrl" "http://crashes.l4d2node.org/submit" "MinidumpSymbolUrl" "http://crashes.l4d2node.org/symbols/submit" "MinidumpSymbolUpload" "3" "MinidumpBinaryUrl" "http://crashes.l4d2node.org/binary/submit" "MinidumpBinaryUpload" "yes" "MinidumpAccount" "YOUR_STEAMID64"
MinidumpSymbolUpload "3"uploads symbols so the dashboard can resolve stack frames. This is the extension's default, set it explicitly so it can't be disabled elsewhere.MinidumpBinaryUpload "yes"lets the dashboard symbolize frames that would otherwise be stripped, so stack traces stay readable.MinidumpAccountis your SteamID64. Set it, then Sign in with Steam above, and your crashes show up under your own dashboard.
Restart the server (or change map). On the next crash the minidump uploads automatically and you get a report link. Paste it into the Crash ID box above, or find it on your dashboard.