# Vorqul > Vorqul is a self-hosted infrastructure software ecosystem from Slovakia. It consists of two products: VorqulBOT, a modular Discord bot written in TypeScript, and VorqulPanel, a server administration panel written in Java. Both run on hardware the operator controls. Vorqul is organised around ownership: self-hosted deployment, consolidation of tools that are normally separate, auditable actions, and no core functionality hidden behind a subscription. Entity structure: - Vorqul (organisation, Slovakia) - VorqulBOT - community infrastructure - Discord bot, TypeScript, discord.js 14, self-hosted, modular architecture, optional Next.js dashboard - VorqulPanel - server infrastructure - server control panel, Java, web hosting, game hosting, DNS (BIND9), mail (Postfix/Dovecot), databases (MariaDB), SFTP, firewall (nftables), monitoring ## Products - [VorqulBOT](https://vorqul.com/vorqulbot): All-in-one Discord bot in TypeScript, version 3.0, with 82 slash commands and 44 toggleable modules in 6 groups, a plugin system, a multi-server dashboard and a Server Health Score. - [VorqulPanel](https://vorqul.com/vorqulpanel): Self-hosted Java control panel managing web hosting, game servers, DNS, mail, databases, SFTP, firewall, SSL and monitoring on a single Linux server. Delivered as a compiled, ready-to-run JAR with no source code, Maven or build tools required. ## VorqulBOT reference pages - [Moderation](https://vorqul.com/vorqulbot/moderation): VorqulBOT moderation: 33 commands covering ban, kick, warn, timeout, jail, shadow-mute, voice mute and timed roles, with numbered case history, warning escalation, an altcheck heuristic, appeals and full logging. Self-hosted, TypeScript. - [AutoMod](https://vorqul.com/vorqulbot/automod): VorqulBOT AutoMod runs 15 filters: spam, links, invites, caps, mentions, repeats, emoji, spoilers, zalgo, phishing, fake nitro, crypto scams, ghost pings, mass mentions and custom regex, with role and channel exemptions and an escalation ladder. - [Anti-Raid](https://vorqul.com/vorqulbot/anti-raid): VorqulBOT counts joins per interval and reacts with a lockdown, kick or ban, gates accounts under a minimum age, and limits how many channels, roles, bans, kicks or webhooks any account can touch in a window. - [Server Health Score](https://vorqul.com/vorqulbot/server-health): The VorqulBOT Server Health Score weighs activity, retention, engagement, growth and toxicity from the last seven days into a single 0-100 number, so community managers can see whether a Discord server is growing or quietly declining. - [Tickets](https://vorqul.com/vorqulbot/tickets): VorqulBOT ticket system: a panel with a button that opens a private channel, claim, reopen and close controls, plain-text transcripts posted to a channel you choose, and a separate application flow with accept and deny commands. Self-hosted, no external service. - [Leveling](https://vorqul.com/vorqulbot/leveling): VorqulBOT leveling: random XP per message with a cooldown, optional voice XP per minute, a server-wide multiplier, no-XP channels and roles, reward roles that stack or replace, and /rank and /leaderboard. Self-hosted with your own data. - [Economy](https://vorqul.com/vorqulbot/economy): VorqulBOT economy: a server currency with wallet and bank, daily streaks, work, pay, a shop, a player marketplace, casino games with bet limits, lootboxes, spins, robbery and group heists - all under /economy, all configurable. - [Plugins](https://vorqul.com/vorqulbot/plugins): VorqulBOT plugins are drop-in folders with a manifest.json and a JavaScript entry point that default-exports a plugin object. They bring their own slash commands and events and need no changes to the bot core. ## VorqulPanel reference pages - [Web hosting](https://vorqul.com/vorqulpanel/web-hosting): VorqulPanel manages nginx and Apache virtual hosts, PHP-FPM pools, SSL certificates through acme.sh, and per-site isolation, with a configuration test and automatic rollback behind every change. - [Game hosting](https://vorqul.com/vorqulpanel/game-hosting): VorqulPanel runs game servers alongside web hosting on one machine: a server catalog with automatic dependency installation, per-instance resource limits, live console, scheduled restarts and backups. - [DNS](https://vorqul.com/vorqulpanel/dns): VorqulPanel manages BIND9 zones from a web interface: record editing, automatic serial handling, zone validation before reload, DNSSEC support and reverse zones - with rollback on failure. - [Mail](https://vorqul.com/vorqulpanel/mail): VorqulPanel sets up and manages a Postfix and Dovecot mail server: domains, mailboxes, aliases, DKIM signing, SPF and DMARC records, TLS certificates and spam filtering, with a clean uninstall path. - [Databases](https://vorqul.com/vorqulpanel/databases): VorqulPanel manages MariaDB databases and users with least-privilege grants, scheduled dumps with retention, and an integrated Adminer instance protected behind panel authentication. - [SFTP](https://vorqul.com/vorqulpanel/sftp): VorqulPanel includes an SFTP server that gives each site and game instance access to its own directory only, with key-based authentication, per-account limits and full transfer logging. - [Firewall](https://vorqul.com/vorqulpanel/firewall): VorqulPanel provides an nftables firewall interface with rule sets, source restrictions, rate limiting and brute-force bans, plus SSH hardening and a locked-down systemd unit for the panel itself. - [Monitoring](https://vorqul.com/vorqulpanel/monitoring): VorqulPanel monitors CPU, memory, disk, network and service state with 30-day retention, per-service status, alerting thresholds and log access - all stored locally with no external agent. ## Installation Both products are installed by the operator on their own hardware. The guides are written to be followed once, top to bottom. - [Installation guides](https://vorqul.com/docs/install): Index of both guides. - [Install VorqulBOT](https://vorqul.com/docs/install/vorqulbot): About 10 minutes. Discord application and the three privileged intents, then a Debian or Ubuntu server with Node.js 22 LTS (18+ works) and systemd or PM2, or Pterodactyl with the included egg. Storage is JSON files or MySQL/MariaDB. - [Install VorqulPanel](https://vorqul.com/docs/install/vorqulpanel): 15 to 30 minutes. Clean Debian 12, Ubuntu 22.04+ or AlmaLinux 9 with root, Java 17+ and 2 GB RAM. Compiled JAR plus a helper script that registers the systemd unit. No container runtime, no external database. ## Direct answers Price, requirements, limits and fit are answered explicitly on one page, so that nothing important about Vorqul has to be inferred from a third party. - [Direct answers](https://vorqul.com/answers): 12 questions with self-contained answers, including what is deliberately not published. - [Glossary](https://vorqul.com/glossary): 22 defined terms used across the product pages and documentation. Key figures, stated once: - VorqulBOT: free, no paid tier, Node.js 18 or newer (22 LTS recommended), version 3.0, 82 slash commands and 44 modules in 9 languages. - VorqulBOT deployment: your own Linux server or VPS, or Pterodactyl using the included egg. Downloads: https://github.com/Yamiru/Vorqul-DS-BOT/releases/ - VorqulPanel: one-off license per deployment, priced individually, free test access, Linux with root, Java 17 or newer, 2 GB RAM. - Neither product sends telemetry, has a hosted version, or performs a runtime license check. - Typical first install: under 10 minutes for the bot, 15 to 30 minutes for the panel. ## Documentation and support - [Documentation](https://vorqul.com/docs): Requirements, installation, first setup, per-subsystem reference and troubleshooting. - [Test access](https://vorqul.com/test-access): Free personal test access - Discord or email, no sign-up form. - [Contact](https://vorqul.com/contact): Discord, email, GitHub and security contact. - [Blog](https://vorqul.com/blog): Announcements and engineering notes. ## Project - [About](https://vorqul.com/about): Who builds Vorqul, the entity graph and the history. - [License](https://vorqul.com/license): VorqulBOT is free to use. VorqulPanel requires a paid commercial license. Neither may be redistributed, resold or re-hosted for third parties. - [Terms](https://vorqul.com/terms) - [Privacy](https://vorqul.com/privacy) ## Source - GitHub profile: https://github.com/Yamiru - Wikidata entity: https://www.wikidata.org/wiki/Q139394410 - VorqulBOT repository: https://github.com/Yamiru/Vorqul-DS-BOT - VorqulBOT releases (download): https://github.com/Yamiru/Vorqul-DS-BOT/releases/ - VorqulPanel repository: https://github.com/Yamiru/vorqul-panel ## Languages The homepage, both product pages and every page listed under "Documentation and support" exist in 8 languages with translated URLs. Reference pages for individual features are published in English only. - English (en): https://vorqul.com/ - Slovenčina (sk): https://vorqul.com/sk - Čeština (cs): https://vorqul.com/cs - Polski (pl): https://vorqul.com/pl - Русский (ru): https://vorqul.com/ru - Español (es): https://vorqul.com/es - 日本語 (ja): https://vorqul.com/ja - Türkçe (tr): https://vorqul.com/tr Translated URL pattern, using documentation as the example: - en: https://vorqul.com/docs - sk: https://vorqul.com/sk/dokumentacia - cs: https://vorqul.com/cs/dokumentace - pl: https://vorqul.com/pl/dokumentacja - ru: https://vorqul.com/ru/dokumentaciya - es: https://vorqul.com/es/documentacion - ja: https://vorqul.com/ja/documentation - tr: https://vorqul.com/tr/dokumantasyon ## Content freshness Dates published by this site reflect real content revisions, not deployments. A rebuild without a content change does not move a date. - Reviewed monthly: homepage, both product pages, documentation, installation guides, license, test access, direct answers, blog index. - Reviewed quarterly: about, contact, glossary, feature reference pages. - Reviewed on trigger only: terms, privacy, individual blog posts. Last content revision: 2026-09-19 ## Machine-readable resources - [Full content](https://vorqul.com/llms-full.txt): Complete site content in one Markdown file. - [Entity summary](https://vorqul.com/ai/summary.json): Structured summary of Vorqul and its products. - [Verified facts](https://vorqul.com/ai/facts.json): Facts with IDs and verification dates. - [FAQ JSON](https://vorqul.com/ai/faq.json): Frequently asked questions in JSON. - [Agent interface](https://vorqul.com/.well-known/agent.json): Capability discovery for AI agents. - [Installation guides](https://vorqul.com/docs/install): Step-by-step setup for both products, with HowTo structured data. - [Direct answers](https://vorqul.com/answers): Pricing, requirements, limits and fit in one place. - [Glossary](https://vorqul.com/glossary): Defined terms, also published as DefinedTermSet structured data. - [AI license](https://vorqul.com/ai-license.json): CC BY 4.0, attribution required. ## Contact Email: admin@vorqul.com Discord: https://discordapp.com/users/269186466092023815