Skip to main content
  • There is no self-service registration page.
  • The UI does not expose a public feed/search page, so PUBLIC and UNLISTED differ mainly by policy and intended sharing style, not by a separate browse screen.
  • Playground private mode requires login even for normal public/unlisted viewer links.
  • The Developer API page’s Open API Documentation button points to a hard-coded external URL instead of your instance.
  • Import keeps the ownerUsername stored in the JSON file; imported pastes are not reassigned to the importing user.
  • The admin account is settings-based, not a normal persistent user.
  • Reset to Defaults in the Theme tab restores the brand name to SunCore.
  • Creating a user without choosing roles relies on a ROLE_USER role existing first.
  • The Integrations page path is /Integrations, not /integrations.

Summary

Users

  • Open /
  • Write or paste content
  • Choose visibility, slug, expiration, password, and burn-after-read if needed
  • Save or share
  • Use /view/{slug} to open the result

Admins

  • Log in at /login
  • Use /dashboard for an overview
  • Use /settings for branding, privacy, storage, and backups
  • Use /Integrations for Discord and API keys
  • Use /admin/users and /admin/roles to manage access

Developers

  • Generate an API key from /Integrations
  • Use the REST API under /api/v1/pastes
  • Use /api/docs, /swagger-ui.html, or /redoc.html for endpoint docs