Skip to main content

Webhook

How to Generate a Webhook Token (Raznar Panel)

The Webhook Token is created directly from the panel, with no additional configuration.

Steps

  1. Log in to the Raznar Panel
  2. Select the Server you want to enable CI/CD for
  3. Open the Git Deployment menu
  4. Enable the Enable Webhook option

When the webhook is enabled:

  • Webhook URL will be created automatically
  • Webhook Token will be generated automatically

Webhook Image


What to Copy

From the panel, copy and save:

  • Webhook URL
  • Webhook Token

Use those values as Secrets / Variables in CI/CD:

  • RAZNAR_WEBHOOK_URL
  • RAZNAR_WEBHOOK_TOKEN

Notes

  • The token must be sent via the X-Webhook-Token header
  • The token is only used by CI/CD (safe & controlled)
  • If the token leaks, disable then re-enable the webhook to regenerate the token