KNJ Panel · Product Roadmap · Updated 2026-07-26

Roadmap

What's live today, what's actively being built, and what's planned — organized by area. DNS & Mail, and Service Configuration are covered in the most detail since they're where we're focused right now; everything else follows by category. This page updates as features ship.

DNS

In progress

Every domain should get a complete, production-ready zone the moment it's created — not just the bare minimum to resolve.

Mail authentication, shipped

Every new domain now signs its own outbound mail and publishes proper sender- authorization records automatically — no manual DNS work required:

SPF DKIM (2048-bit, real signing) DMARC mail A record

Next up for a zone: a broader set of service-discovery records (mail client autoconfiguration, calendar/contacts sync) once the underlying services they point to exist — publishing DNS for something that doesn't answer yet would just create confusion, so those are sequenced after the services themselves.

FeatureWhat it doesStatusNote
SPF / DKIM / DMARC auto-generationSign outbound mail and publish sender-authorization records, per domain, automatically.LiveShipped 2026-07-25 — real signing infrastructure, not a placeholder record.
Zone managerAdd, edit, delete DNS records per domain.LiveShipped 2026-07-26 — edit every record in place and save the whole zone in one click, plus per-type filtering and a DNSSEC toggle.
Restore default recordsOne-click recovery if a zone's records get deleted by accident.LiveShipped 2026-07-26 — rebuilds the essentials (nameservers, site, mail, mail authentication) without touching or duplicating anything you've added yourself.
Zone creation & deletionA zone is created/removed automatically with the account.Live
Zone templatesCustomize the record set every new zone starts with.Live
Per-domain mail routingChoose how mail for a domain is handled — locally or remotely.LiveShipped 2026-07-26.
Bulk-enable mail signingRetrofit SPF/DKIM/DMARC onto domains that existed before it became automatic.LiveShipped 2026-07-26 — Backfill All or per-domain, from Zone Templates.
Nameserver diagnostic reportCheck whether a domain's live nameservers actually point here.Live
Multiple domains per accountHost more than one domain under a single account.LiveShipped 2026-07-26.
Orphaned zone cleanupFind and remove zones with no matching account.Live
Zone TTL defaultsConfigure default record TTLs and SOA values.Live
Domain forwardingRedirect a domain's traffic to another URL.Live
DNSSECSign zones for authenticated DNS responses.LiveShipped 2026-07-26 — one-click per zone, DS record shown for the registrar.
DNS clustering (secondary nameservers)Authorize a DNS-only server to replicate zones from this one.LiveShipped 2026-07-26 — generates a real TSIG key and BIND config the moment a DNS-only server is added; replication itself uses standard, secure zone transfers.
Multi-nameserver syncManually re-push every zone to keep a cluster in sync.Not PlannedA "push now" trigger on top of the clustering above (now live) — better scoped once there's a real secondary to test it against.

Email

In progress

Day-to-day mailbox management, plus the underlying mail server configuration that controls how mail is filtered, relayed, and secured.

Mail server configuration — planned depth

Beyond the anti-abuse limits and RBL filtering already live, a full mail configuration surface is planned: spam scoring, sender/recipient access lists, attachment filtering, outbound relay (smarthost) support, and protocol/encryption policy for the mail server itself (which protocols are enabled, minimum TLS version, connection limits).

FeatureWhat it doesStatusNote
Mailboxes & forwardersCreate/delete mailboxes, set quota, manage forwarders.Live
Anti-abuse limitsMax message size, max recipients, per-client send rate.Live
Blocklist filteringReject mail from known-bad senders (RBL).Live
Spam scoringScore and act on likely-spam messages.LiveShipped 2026-07-26 — SpamAssassin, tag or optionally reject outright at a configurable score.
Outbound relay (smarthost)Route outbound mail through a third-party relay.LiveShipped 2026-07-26 — host + optional username/password, own settings page.
Mail server protocol/TLS policyWhich protocols are enabled, minimum TLS version, connection limits.LiveShipped 2026-07-26 — IMAP/POP3 toggle, IPv6, TLS policy, and process limits, all editable without SSH.
Mail queue viewerView, retry, or clear undelivered messages.LiveShipped 2026-07-26 — retry one message or the whole queue, delete one or clear everything.
Delivery reports & troubleshootingTrace why a specific message didn't deliver.LiveShipped 2026-07-26 — browse recent activity or search a sender/recipient/domain.
Mail statisticsSend volume by domain/account over time.LiveShipped 2026-07-26 — sent/deferred/bounced by sender domain, plus a list of authenticated relayers.
Inbound filtering by country/domainBlock inbound mail by origin.LiveShipped 2026-07-26 — block by sender domain or by country, rejected at the SMTP level.
GreylistingTemporarily defer unrecognized senders to filter spambots.LiveShipped 2026-07-26 — filters spam that never retries, without scoring or blocklisting anything.
Deliverability checkerVerify SPF/DKIM/DMARC/PTR are all correctly configured for a domain.LiveShipped 2026-07-26 — live public DNS lookups, no cached or self-reported state.
AutorespondersOut-of-office style auto-reply per mailbox.LiveShipped 2026-07-26 — account-side, one per mailbox.
WebmailIn-browser mail client.Planned

Service Configuration

In progress
FeatureWhat it doesStatusNote
NameserverAuthoritative DNS for hosted domains.Live
Mail server configurationProtocol/SSL/process-limit configuration for the mail server.LiveShipped 2026-07-26 — see Email section above.
Mail relay & filtering configurationFull access-list/filter/relay configuration surface.In ProgressCore anti-abuse settings live; broader configuration planned.
FTP accountsFTP access to a hosting account's files.Planned
WebDAV accessMount a hosting account's files over WebDAV.PlannedFile Manager is live; WebDAV mounting isn't yet.
Log rotationRetention/rotation rules for account log files.Planned
Service certificatesTLS certificates for the panel and mail services.In ProgressThe panel's own certificate is managed; per-service certs are next.
Service managerStart/stop/restart individual services from the UI.PlannedLive status view exists; controls are next.

Accounts

Core is live
FeatureWhat it doesStatusNote
Account listFull account overview with quick actions.Live
Create accountProvision a domain, owner, and hosting package.LiveUsername and password generate automatically.
Log in as userAdmins/resellers can open a customer's own panel directly.Live
Edit accountModify an account's settings after creation.Planned
Bulk account removalRemove multiple accounts at once.In ProgressSingle-account removal is live.
Suspend / unsuspendTemporarily disable an account without deleting it.PlannedHigh priority.
Admin password resetAdmin-initiated password reset for an account owner.Planned
Quota tracking & enforcementDisk usage limits per account.PlannedHigh priority.
Bandwidth tracking & limitsMonthly transfer caps with usage visibility.PlannedHigh priority.
Package upgrade/downgradeChange an account's package after creation.Planned
Broadcast messagingMessage every account owner on the server.Planned
Access log downloadsDownload an account's raw web server logs.Planned

Security

Foundational pieces live
FeatureWhat it doesStatusNote
Firewall managementManage firewall rules and banned IPs.Live
Brute-force protectionAuto-ban IPs after repeated failed logins.In ProgressCovers SSH; extending to panel logins directly.
Per-service IP allow/deny listsRestrict which IPs can reach specific services.Planned
Two-factor authenticationTOTP-based 2FA for panel logins.Planned
Password strength policyServer-wide minimum password requirements.In ProgressEnforced per-form today; central policy is next.
Security advisorAutomated scan of the server's own configuration.Planned
External/OAuth loginSign in via a third-party identity provider.Planned
API tokensScoped tokens for automation.In ProgressAdmin-level tokens live; account-level next.

SSL/TLS

Core is live
FeatureWhat it doesStatusNote
Automatic certificatesFree certificates, auto-issued and auto-renewed for every domain.Live
Custom certificate uploadInstall a purchased or custom certificate.Live
CSR generationGenerate a certificate signing request.Planned
Certificate inventoryServer-wide view of every certificate in use.Planned
TLS policy configurationServer-wide protocol/cipher policy.Planned

Databases

Core is live
FeatureWhat it doesStatusNote
Database & user managementCreate/delete databases and users, manage grants.Live
Visual database browserBrowse and query databases without external tools.Planned
Database maintenance toolsRepair, monitor, and manage database engine settings.Planned

Software & PHP

Strong parity
FeatureWhat it doesStatusNote
Multiple PHP versionsInstall and run several PHP versions side by side; each account picks its own.Live
Per-account PHP configurationCustomize PHP settings per account.Live
PHP extension managementToggle optional PHP extensions.LiveIncludes one-click ionCube Loader installation.
OS package management UIInstall system packages from the panel.Planned

Packages & Resellers

Foundational pieces live
FeatureWhat it doesStatusNote
Hosting packagesDefine hosting plans with limits and quotas.Live
Reseller accountsGive a reseller their own scoped set of accounts.In ProgressScoping is correct; usage/limits dashboard is next.
Per-package feature controlControl which panel features a package's accounts can see.Planned
Account reassignmentMove an account to a different reseller.Planned
Reseller permission levelsConfigurable per-reseller access control.Planned
Account migration/transferMove accounts between servers, import from another host.Planned

Backup & Server Status

In progress
FeatureWhat it doesStatusNote
Service statusLive up/down status for every service.Live
Automated backupsScheduled backups with configurable retention.PlannedHigh priority.
Backup restorationRestore a full account or individual files.Planned
Server informationSystem resource and hardware summary.Planned
Live resource monitoringDisk usage, running processes, ability to stop runaway processes.Planned

Server Configuration

In progress
FeatureWhat it doesStatusNote
First-run setupGuided setup on first login — contact info, domain, certificate.Live
Server-wide settingsWeb server, PHP, mail, and DNS defaults.In ProgressOrganized by area rather than one long settings page.
Server role profilesConfigure a server for a specific role (mail-only, DNS-only, etc).Planned
Timezone configurationPlanned
Traffic & visitor statisticsPer-account traffic reporting.Planned
Multi-server supportRegister and manage additional servers.In ProgressFoundational data model is in place.

Everything else

IP management, localization, clustering, dev tools
AreaWhat it coversStatusNote
IP address managementIPv4/IPv6 pools, dedicated IPs per account.Not PlannedSingle shared server IP model today.
DNS resolver configurationThe server's own upstream DNS resolvers.Planned
Admin notification routingWho gets alerted on server problems.Planned
Server clusteringDNS and configuration clustering across multiple servers.In ProgressDNS clustering is live (see DNS above). Configuration clustering (account/package sync) is a separate, larger feature for a future release.
Remote rebootReboot the server from the UI.Planned
Multi-language UINot PlannedEnglish-only for now.
WebhooksIntegrate with external systems via webhooks.Planned

What's next

highest priority first

Not everything above — just what we're focused on closing next.

SPF / DKIM / DMARC auto-generation

Shipped — every new domain now signs and authenticates its own outbound mail automatically.

2

Account suspend/unsuspend

A core hosting-panel operation that's currently missing a middle ground between "active" and "fully removed."

3

Bandwidth & disk quota tracking

Foundational to making hosting packages actually mean something.

Multiple domains per account

Shipped 2026-07-26 — one of the most-requested capabilities for a real hosting account.

5

Automated backups

Scheduled backup and restore, done properly.

6

Visual database browser

Let account owners actually browse and query their own data.

7

Two-factor authentication

A meaningful security upgrade for panel logins.

8

FTP accounts

A standard hosting-account expectation.