sunrise-anticheat

Getting Started

Create an account, open a project, download a release, and verify configuration end to end.

This is the fastest path from zero to a working integration. Adjust order if your team already has accounts or projects.

1. Account and access

  1. Sign in to the Sunrise Anticheat SaaS application (URL provided by your operator).
  2. Complete any onboarding steps (organization creation, invitations, etc.) required by your workspace.

2. Create or select a project

  1. Open Projects and create a new project (organization) or select an existing one.
  2. Note the project slug and identifiers you will use in client configuration — your protection bundle and public configuration API are scoped to this project.

3. Download a protection release

  1. Go to Releases (or Downloads) for the project.
  2. Download the latest ZIP (and any companion artifacts your pipeline requires).
  3. Keep the archive aligned with the version you intend to run; mismatched client/server combinations are a common source of support tickets.

4. Install the bundle

Follow Installation for filesystem layout, extraction, and environment expectations. Staging first is strongly recommended.

5. Point the client at your configuration

Your game client loads public project configuration from the Sunrise endpoint (see Configuration → Introduction). Ensure:

  • Network paths and ports match your connection settings.
  • Auth / handshake endpoints match your auth host and protocol choices.

6. Validate in staging

  • Confirm legitimate clients connect and receive expected configuration.
  • Toggle a few client UI options and confirm they appear as intended.
  • If you use premium features, confirm premium is active for the project before expecting premium-only keys in the public payload.

Next steps

On this page