Skip to content

Project Settings

Project settings control how your project behaves: security, validation, webhooks, and checkpoint theming. Access them from ProjectSettings in the dashboard.


SettingDescription
Project NameDisplay name (can be changed anytime)
DescriptionOptional notes for your team
Project IDRead-only; used in API and loader URLs

SettingTypeDescription
allow_hwid_resetbooleanAllow users to reset their hardware ID via Discord
max_hwid_resets1–100Maximum number of HWID resets allowed per key
hwid_cooldown_hours1–168Hours between HWID resets (cooldown)
max_hwids_per_keynumberMaximum hardware IDs that can be associated with a single key
SettingTypeDescription
require_discord_linkbooleanUsers must have a Discord ID linked to their key to execute
prevent_identity_changebooleanPrevent users from changing the Discord identity linked to a key

SettingDescription
webhook_urlURL for event webhooks (executions, key validations)
alert_webhook_urlURL for security and alert notifications
ToggleDescription
alert_on_new_keySend webhook when a new key is created
alert_on_hwid_lockSend webhook when a key is HWID-locked
alert_on_executionSend webhook on each execution
alert_on_anti_tamperSend webhook when anti-tamper is triggered

Control whether users on VPNs can use your keys.

SettingTypeDescription
vpn_check_enabledbooleanEnable VPN detection
vpn_block_action'block' | 'flag' | 'none'Action when VPN is detected
vpn_provider_keystringOptional custom API key for the VPN detection service
ActionBehavior
blockKeys fail validation when VPN is detected
flagLog VPN usage but allow access
noneNo action; VPN users allowed

SettingDescription
validation_rules_enabledEnable custom validation rules for key acceptance

When enabled, validation rules define custom logic (e.g., HWID required, Discord linked, IP whitelist). Rules run in order; if any rule fails, the key is rejected.


Customize the checkpoint page shown during the keysystem flow:

SettingDescription
accent_colorPrimary accent color (e.g., #D4AF37)
logo_urlDirect URL to your logo image
headingCustom heading text
descriptionCustom description text

These settings customize the appearance of your keysystem checkpoint page.


The system tracks security-related events that may indicate abuse:

Flag TypeDescription
rapid_executionUnusually high execution rate
unusual_hourExecution at atypical times
ip_country_changeIP country changed between requests
multi_key_attemptMultiple key attempts from same source
hwid_anomalyUnusual HWID patterns
brute_forceBrute-force key attempts

Security flags can trigger alerts via alert_webhook_url when configured.


Click Save at the bottom of each settings section to apply changes. Some settings (e.g., webhooks) take effect immediately; others may require a short propagation delay.