Skip to content

Admin Dashboard Overview

The admin panel is available at /admin-panel. You need an account with administrator role to access it.

Dashboard

The main page displays key platform metrics:

  • Number of users, communities, posts, comments, tags, pages
  • Data on reports, bans, active subscriptions, and payments
  • Activity charts (requests to /admin-panel/dashboard/chart-stats)
  • Recently published posts

Data is cached for 30 minutes.

Sections

All sections are defined in config/admin_sections.php. Access to each section is configured individually via Administrators (/admin-panel/admin-permissions).

Content

SectionPathPurpose
Communities (Topics)/admin-panel/categoriesCreate and manage topic communities
Posts/admin-panel/postsView, search, unpublish, delete posts
Tags/admin-panel/tagsManage content tags
Comments/admin-panel/commentsView and delete comments
Reactions/admin-panel/like-reactionsManage available emoji reactions
Pages/admin-panel/pagesStatic custom pages

Users & Moderation

SectionPathPurpose
Users/admin-panel/usersSearch, view, manage user accounts
Administrators/admin-panel/admin-permissionsConfigure section access per administrator
Top Users/admin-panel/top-usersRating and top-authors widget
Unmoderated Posts/admin-panel/unmoderated-postsQueue of posts awaiting review
Unmoderated Comments/admin-panel/unmoderated-commentsComment moderation queue
Post Reports/admin-panel/post-complaintsReview post reports
Comment Reports/admin-panel/comment-complaintsReview comment reports
User Reports/admin-panel/user-complaintsReview user and community reports
Bans/admin-panel/bansBanned users list and ban management
Content Bans/admin-panel/content-bansPublishing restrictions without full ban
Auto-Ban Rules/admin-panel/settings/violation-ban-rulesConfigure automatic bans on violations

Subscriptions & Monetization

SectionPathPurpose
Subscription Plans/admin-panel/subscription-pricesCreate and edit plans
Subscription Features/admin-panel/subscription-featuresManage feature flags per plan
User Subscriptions/admin-panel/user-subscriptionsView active subscriptions
Payments/admin-panel/subscription-paymentsPayment history
Subscription Modal/admin-panel/subscription-modalConfigure upsell modal
Payment Provider/admin-panel/subscription-payment-providerSelect and configure payment gateway
Advertisements/admin-panel/advertisementsManage ad placements

AI & Automation

SectionPathPurpose
AI Settings/admin-panel/ai-settingsAPI keys, model, enable AI features
Content Moderation/admin-panel/moderation-settingsAuto-moderation settings for posts and comments
Image Moderation/admin-panel/image-moderation-settingsYandex Vision API for image filtering
Comment Bot/admin-panel/chat-gpt-botConfigure AI comment bot
Summary Prompt/admin-panel/post-summary-promptPrompt for generating post summaries

Site Settings

SectionPathPurpose
General/admin-panel/settings/generalSite name, logo, favicon, language, legal URLs
Site Appearance/admin-panel/settings/appearancePublic theme CSS variables (light and dark)
SEO/admin-panel/settings/seoMeta tags, Open Graph (title, description, keywords, og:image, og:url, etc.)
Cookie Banner/admin-panel/settings/cookie-consentEnable banner and link to cookie policy
Authentication/admin-panel/settings/authOAuth providers, one-tap login, email verification
Mail/admin-panel/settings/mailSMTP settings
Media/admin-panel/settings/mediaStorage driver (Local / Cloudinary / Yandex Cloud), upload limits, allowed file types
Rating/admin-panel/settings/ratingPost rating system settings
Content/admin-panel/settings/contentCommenting and editing restrictions
Sidebar/admin-panel/settings/sidebarRight sidebar widgets: best comments, top blogs/communities, tags, ads; order and counts
Sidebar Footer/admin-panel/settings/footerLinks and social icons in the right sidebar footer
Topics in Sidebar/admin-panel/settings/topic-displayTopic source (manual / from DB), sorting (7-day activity or manual order), featured topic list
Additional Scripts/admin-panel/settings/additional-scriptsCustom JS/CSS (analytics, etc.)
Color Scheme/admin-panel/settings/themeAdmin interface theme and accent color

Newsletter

SectionPathPurpose
Newsletter Subscribers/admin-panel/newsletter-subscribersList of newsletter subscribers

System

SectionPathPurpose
Access/admin-panel/system/accessEmail lists (horizonAdmins, logViewerAdmins) for Horizon and Log Viewer access

Admin Permissions

Administrators (/admin-panel/admin-permissions) lets you restrict a specific administrator's access to any section. By default, a super-administrator has access to all sections.

Released under the MIT License.