Webhooks & Variables
Remote variables, files, and webhook proxies for your application.
Application Variables
Vars tab — store key-value data readable from client via var / getvar / setvar.
- Global vars — same value for all users
- User vars — per-user storage after login
- Readonly — prevent client from overwriting
Files
Upload files in Files tab. Clients download via type=file&fileid=... — returned as hex-encoded content.
Webhooks
Configure webhook endpoints in panel. Client calls type=webhook&webid=... — server proxies request and returns response.
Use for Discord notifications, external APIs, or custom logic without exposing URLs in client.
Discord Logging
Set Discord webhook URL in app settings for automatic login/register/ban notifications.