Skip to content
AtmosphericX LogoWritten By: KiyoWx & StarflightWx
Last Updated: Feb 27th, 2026


Core Configurations


The core.jsonc file is the central configuration file for AtmosphericX. It controls the behavior of your entire instance, including:

Key functions include:

  • Web Hosting: login requirements, HTTPS, ports, cache control, rate limiting, and account protection.
  • WebSocket Management: connection limits, priority handling, and secondary sockets.
  • Automation & Scheduling: version checks, request timeouts, and scheduled updates.
  • Integrations: Discord webhooks and StreamerBot connectivity.
  • Dashboard Experience: forecasting sources, third party services, slideshow graphics, radar intensity labels, and color scales.

Editing this file allows you to customize the functionality and appearance of your AtmosphericX instance to suit your needs.

Configuration Map

core.jsonc
├── core:hash
├── web_hosting_settings
│   ├── is_login_required
│   ├── is_guest_access_allowed
│   └── settings
│       ├── is_https
│       ├── port_number
│       ├── account_protection
│       ├── ratelimiting
│       └── certification_paths
├── internal_settings
├── websocket_settings
│   ├── maximum_connections_per_ip
│   ├── priority_sockets
│   └── secondary_sockets
├── webhook_settings
│   ├── general_events
│   ├── critical_events
│   └── misc_events
├── streamer_bot_settings
├── forecasting
├── services
├── slideshow
├── dbz_intensity
└── color_intensity