Artegon & Dashboard | Truly Next Gen v1.2.5

Built with the latest and most advanced architecture

Artegon v1.0.9 – Update Changelog

🎨 Embed Builder (NEW)

A fully integrated, real-time visual embed creation system inside the Dashboard.

Key Features

  • Real-time live embed preview
  • Complete embed customization (title, description, URL, color, images, author, footer, fields)
  • Timestamp toggle with instant update
  • Save & load embeds directly from the database
  • Template support for reusable layouts
  • Send to Channel – dispatch embeds directly to any selected channel
  • Guild Switching – manage embed configurations per server

UI Highlights

  • Modern gradient interface with pink/yellow highlights
  • Custom dropdowns, checkboxes, and input fields
  • Clean, responsive preview panel
  • Gradient-styled Save and Reset action buttons

🎭 Reaction Roles (NEW)

A complete reaction role assignment system, fully controlled through the Dashboard.

Core Features

  • Create and configure reaction-role messages with ease
  • Selection Types:
    • Multi-select
    • Single-select
    • Max-select (limit user choices; 0 = unlimited)
  • Emoji Picker with 100+ built-in emojis
  • Automatic embed deployment with reactions
  • Enable or disable reaction roles without deleting configuration
  • Permission validation with real-time warnings

Embed Design

  • Modern embed format with server branding
  • Clear role mentions (@Role)
  • Footer showing configured selection type
  • Automatic emoji reaction placement on deployment

Dashboard Cards

  • Status indicators (Active / Inactive / Deployed)
  • Channel info & role count display
  • Role preview with emoji and color mapping
  • Permission alerts with detailed messages
  • Quick actions: Deploy, Enable/Disable, Delete

Artegon v1.0.8 – Security & Performance Improvements

🛡 Internal Encryption System Fixes

During an internal audit we identified an issue within our custom encryption engine, which resulted in inconsistent key handling and unnecessary overhead during runtime.
Because the dashboard and several core modules depended on this system, the malfunction indirectly caused:
  • Slower response times
  • Higher CPU usage under load
  • Occasional delays during authentication and module initialization
This problem has now been fully resolved.

⚡ Performance Stabilization

After correcting the encryption layer, multiple parts of Artegon were optimized to restore and improve performance:
  • Reduced encryption/decryption overhead across all modules
  • Improved token generation and validation speed
  • Lowered startup latency through optimized key caching
  • Removed redundant data transformations caused by the faulty crypto handler
The result is significantly faster module loading, quicker dashboard responses, and smoother real-time updates.

🔐 Strengthened Security

Beyond fixing the issue, we implemented additional hardening measures:
  • Reinforced key rotation logic
  • Stronger fallback validation for corrupt or malformed keys
  • Enhanced protection against timing-based inference attacks
  • More secure session handling and token verification
  • Improved error isolation to prevent cross-module interference
Artegon’s security layer is now stronger, cleaner, and more stable than before.

Artegon v1.0.7 – Update Changelog

🔧 Configuration Fixes

  • Resolved Discord ID precision loss — large IDs now remain intact during YAML parsing.
  • Implemented intAsBigInt YAML parsing, converting BigInt values into safe string formats.

🔐 Authentication Fixes

  • Corrected jwtSecret config path → now properly loads from modules.dashboard.settings.jwtSecret.
  • Corrected OAuth2 configuration path → now uses modules.dashboard.oauth2.
  • Added missing jwtSecret field to config.yml under modules.dashboard.settings.

📝 Setup Guide Improvements (generate-secrets.js)

  • Fully rewritten setup script with a complete step-by-step installation guide.
  • Includes localhost + production hosting examples.
  • Added troubleshooting section for common configuration issues.
  • Added YAML formatting warnings — Discord IDs must always be quoted.

BIG Dashboard Launch – v1.0.6

Home (Index)

  • Dynamic bot version display
  • Real-time active server count
  • Total member count across all guilds
  • Active channel count
  • Loaded modules displayed
  • Loaded commands displayed
  • Live bot uptime
  • Continuous operational status indicator
  • Discord OAuth2 login system
  • Modern “Coming Soon” popup
  • Animated background effects
  • Fully responsive design on all devices

Overview

  • Global guild statistics overview
  • Real-time online member count
  • Today’s total message count
  • Server list with detailed information
  • Display server icons and accent colors
  • Bot invite link generator
  • Live activity stream
  • Combined security statistics

Security Center

  • Toggle Anti-Raid protection
  • Configure Anti-Spam filtering
  • Enable/disable Link Filter
  • Manage Auto-Mod system
  • Display threat level indicator
  • Activate server-specific Lockdown mode
  • Start security scanning
  • Blocked attack counter
  • Banned user statistics
  • Issued warnings counter
  • Filtered message counter

Server Management

  • Browse and search servers
  • View members per server
  • Search members by name
  • Send direct messages to members
  • Detailed member information display
  • View server roles and permissions
  • Real-time online status

Audit Log (Analytics)

  • Full action logging
  • Filter logs by action type
  • Accurate timestamp display
  • Track user actions continuously
  • Automatic moderation action logging

Technical Features

  • Secure encrypted session handling
  • Session invalidation after bot restart
  • API protection with rate limiting
  • SQLite persistent data storage
  • WebSocket-based real-time updates
  • Middleware-based permission checks
  • CORS & advanced security headers

UI/UX Features

  • Modern dark theme
  • Gradient colors & animations
  • Interactive hover effects
  • Visual loading states
  • Toast notifications
  • Modal windows for actions
  • Sidebar navigation
  • Mobile-friendly menu

Attachments

  • login.png
    login.png
    1.1 MB · Views: 6
  • dashboard 1.png
    dashboard 1.png
    5.2 MB · Views: 5
  • dashboard 2.png
    dashboard 2.png
    2.3 MB · Views: 6
  • dashboard 3.png
    dashboard 3.png
    3 MB · Views: 7
  • dashboard 4.png
    dashboard 4.png
    3.1 MB · Views: 5
  • dashboard 5.png
    dashboard 5.png
    3.2 MB · Views: 5
  • dashboard 6.png
    dashboard 6.png
    2.5 MB · Views: 4
  • dashboard 7.png
    dashboard 7.png
    3.5 MB · Views: 6
Artegon v1.0.5 – Release Notes

Verification Module (NEW)

Database System
  • Dedicated verification database
  • Tables: verifications, config, stats
  • Auto creation & caching
  • Stats + recent verification tracking
  • Full error-handled operations
  • Added: VerificationManager.js
Module Config
  • Automatic config.yml initializer
  • Default values + merge system
  • Module metadata & permissions
  • Added: module.config.js, config-initializer.js
Services
  • Safe database initialization service
  • Optional loading support
  • Added: DatabaseInitializer.js
Commands
  • /verification-panel — deploy panel
  • Role & channel validation
  • Custom welcome messages
  • /verification-config — view, toggle, stats, log-channel
  • Real-time updates + API error handling
  • Added: verification-panel.js, verification-config.js
Interactions
  • One-click verification
  • Auto-role assignment
  • Duplicate prevention
  • Logging + stats update
  • Added: verify-member.js

1. Module Import Stability Fix ✅

  • Dynamic imports added with existsSync()
  • Removed forced config-initializer imports
  • Modules skip init safely if missing
  • Modified: index.js (Lines 28–30, 273–332)

2. Template Interaction Fix ✅

  • Added interaction-type validation
  • Added content validation + fallbacks
  • Improved error handling & logging
  • Modified: select-quick-response.js, edit-template.js

3. File Size Validation ✅

  • 10MB+ file handling added
  • Oversized batch detection + warnings
  • Transcript size validation added
  • Expanded supported file types
  • Modified: TicketActivityTracker.js (44–93), ticket-close.js (61–124)
Artegon v1.0.4 – Release Notes

StatisticsModule
✅ (NEW)
  • Real-time server statistics tracking
  • User activity monitoring and leaderboards
  • Voice channel statistics with time tracking
  • Command usage analytics
  • Interactive embeds with pagination
  • Time range filtering (Today, Week, Month, All Time)
  • Voice channel auto-updater with member count
  • Stats export functionality (JSON/CSV)
  • Files added: stats.js, user-stats.js, channel-stats.js, leaderboard.js, stats_refresh.js, leaderboard_prev.js, leaderboard_next.js, stats_time_select.js
  • Updates: StatisticsManager.js, StatisticsTracker.js, VoiceChannelUpdater.js, config-initializer.js
WelcomeModule ✅ (NEW)
  • Advanced welcome and leave message system
  • Customizable embeds with placeholders
  • Auto-role assignment on join
  • DM welcome messages with toggle
  • Member join/leave analytics tracking
  • Trust level system based on account age
  • Progress bar for member count
  • Modern embed design with server branding
  • Welcome/Leave log channel with embeds
  • Interactive configuration panel
  • Files added: welcome.js, welcome_edit.js, welcome_edit_modal.js, welcome_buttons.js, welcome_channel_select.js, leave_channel_select.js, buildWelcomeEmbed.js
  • Updates: WelcomeManager.js, WelcomeTracker.js, config-initializer.js
Artegon v1.0.3 – Release Notes

Internal Notes System
✅ (NEW)
  • Add private staff notes
  • View, edit, delete notes
  • Staff-only visibility
  • Full note history
  • Files added: ticket-add-note.js, ticket-view-notes.js, add-note-modal.js
  • Updates: TicketRatingManager.js, create-ticket-question.js
Ticket Tags & Categories ✅ (NEW)
  • Custom multi-tag support
  • Tag-based search & filter
  • 8 default color-coded tags
  • Dynamic tag creation
  • Real-time tag updates
  • Tag usage statistics
  • Files added: ticket-manage-tags.js, select-ticket-tags.js
  • Updates: TicketRatingManager.js, module.config.js
SLA Tracking ✅ (NEW)
  • Priority-based response targets
  • SLA status indicators
  • Breach alert system
  • Response & resolution timers
  • SLA analytics and reports
  • Files added: SLAMonitorSystem.js
  • Updates: TicketRatingManager.js, create-ticket-question.js, ticket-claim.js, ticket-close.js, index.js
Ticket Merge Feature ✅ (NEW)
  • Merge duplicate tickets
  • Preserve full history
  • User notification system
  • Merge reason logging
  • Automatic cleanup
  • Files added: ticket-merge.js, merge-ticket-modal.js
  • Updates: TicketRatingManager.js
Artegon v1.0.2 – Release Notes

Ticket Transfer System
✅ (NEW)
  • Transfer between agents
  • Department transfers
  • Full history preserved
  • Transfer notifications
  • Files added: ticket-transfer.js, transfer-ticket-modal.js
  • Updates: TicketRatingManager.js, module.config.js, all creation modals
Scheduled Ticket Reminders ✅ (NEW)
  • Auto-reminder after 24h
  • Ping inactive agents
  • Escalation for old tickets
  • Custom reminder intervals
  • Files added: TicketReminderSystem.js, TicketActivityTracker.js
  • Updates: TicketRatingManager.js, index.js, DynamicConfigManager.js
Ticket Reopening Feature ✅ (NEW)
  • Reopen within 48 hours
  • Reopen button via DM
  • Restore original channel
  • Track reopen counts
  • Files added: ticket-reopen.js
  • Updates: TicketRatingManager.js, ticket-close.js, module.config.js
Attachment Management ✅ (NEW)
  • Improved upload handling
  • Image previews in transcripts
  • File size validation
  • Secure storage links
  • Files added: TicketActivityTracker.js
  • Updates: TicketRatingManager.js, index.js, DynamicConfigManager.js
Buy a license now
$7.50
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
6 months
2 years
+ $20.00
Lifetime
+ $50.00
Extras
SourceCode
+ $50.00
Share and earn
Refer this resource and earn a 30% commission.
5,563 Views
62 Purchases
60 Downloads
Nov 14, 2025 Published
Mar 4, 2026 Updated
5.00 star(s)
Average rating (13)
3.6 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Moderation
  1. Utility
  1. Game
Supported languages
  1. English
  1. Hungarian
Creator
Recommended for you
A custom Discord bot equipped with payment integrations and various additional features.
4.50 star(s) 7 ratings
27 purchases
A modern interface with custom features for our Byte Bot product!
4.50 star(s) 2 ratings
14 purchases
Unified server engine for performance, staff control, anticheat, and player management.
5.00 star(s) 1 ratings
9 purchases
Multi Guilded | Moderation, Music, Tickets, Giveaways, Leveling, Addons System and More...
5.00 star(s) 56 ratings
1,360 purchases
Handle support and inquiries with the most trusted, feature-rich ticket bot out there.
5.00 star(s) 57 ratings
901 purchases
Share and earn
Refer this resource and earn a 30% commission.
5,563 Views
62 Purchases
60 Downloads
Nov 14, 2025 Published
Mar 4, 2026 Updated
5.00 star(s)
Average rating (13)
3.6 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Moderation
  1. Utility
  1. Game
Supported languages
  1. English
  1. Hungarian
Creator
Recommended for you
A custom Discord bot equipped with payment integrations and various additional features.
4.50 star(s) 7 ratings
27 purchases
A modern interface with custom features for our Byte Bot product!
4.50 star(s) 2 ratings
14 purchases
Unified server engine for performance, staff control, anticheat, and player management.
5.00 star(s) 1 ratings
9 purchases
Multi Guilded | Moderation, Music, Tickets, Giveaways, Leveling, Addons System and More...
5.00 star(s) 56 ratings
1,360 purchases
Handle support and inquiries with the most trusted, feature-rich ticket bot out there.
5.00 star(s) 57 ratings
901 purchases
Top