Support Thread

Does The Apg Vnext License Expire If I Dont Keep My Subscription

Does The Apg Vnext License Expire If I Dont Keep My Subscription — APG vNext Guide

Does The Apg Vnext License Expire If I Dont Keep My Subscription — a configuration and setup topic from the APG vNext support community.

Key Configuration Points

  • IIS App Pool: .NET 4.0 Integrated Pipeline mode is required.
  • Connection String: Verify SQL Server name, database, and credentials in web.config.
  • File Permissions: App pool identity needs read/write on the upfiles folder.
  • URL Rewriting: Install IIS URL Rewrite 2.0 module for clean SEO-friendly URLs.
  • Full-Text Search: Enable SQL Server Full-Text Indexing for forum search.

More Help

Perpetual Licence - Full Explanation of APG vNext Licensing Model

APG vNext uses a perpetual licence with an optional annual maintenance subscription. This is a different model from SaaS products where you lose access if you stop paying - with APG vNext your licence is permanent regardless of subscription status.

Summary

  • Buy once, run forever
  • Subscription adds: new versions, security updates, priority support
  • No subscription means: current version runs, no new versions, standard support

Licence Key Validity

The licence key remains valid indefinitely. Even after your subscription lapses, your existing key continues to activate APG vNext on your server. You will not see a "licence expired" error - the key simply marks your eligibility for upgrades.

-- Check subscription and licence status:
Admin Panel -> System -> Licence
-- Shows: Key, Subscription end date, Eligible for upgrade to: vX.Y

Common Confusion: "Licence Expired" Warning

Some administrators see a "Subscription Expiring" banner in the admin panel and interpret it as the licence expiring. This banner is a renewal reminder for the subscription (upgrade benefits), not the licence itself. Dismiss it if you don't need upgrades; the forum is unaffected.

Perpetual Licence vs SaaS: Total Cost Comparison

The perpetual licence model APG vNext uses has a significantly different cost profile from SaaS forum platforms. A SaaS platform at $99/month costs $1,188/year and $5,940 over 5 years. APG vNext's perpetual licence purchased once, with the annual subscription renewed for 5 years, has a lower cumulative cost while also giving you complete control over your data, hosting environment, and upgrade timing. If budget is constrained in any given year, you can choose not to renew the subscription while your forum continues to operate — an option SaaS platforms don't offer. This financial resilience is particularly valuable for non-profit organisations and small businesses where budget predictability is critical.

Licence Transfer and Reuse

The APG vNext perpetual licence is transferable between servers. When migrating to new hardware, you deactivate the licence on the old server and activate it on the new one. This can be done self-service through the licence management portal, or with assistance from support. Licences cannot be used simultaneously on multiple production servers — each server requires its own licence. Development and staging environments on non-production domains are exempt and don't require separate licences.

What Happens on Subscription Renewal

When you renew your APG vNext subscription after a lapse, you regain access to all versions released since your subscription lapsed. You can upgrade directly to the current version in a single upgrade cycle (using the multi-version migration path documented in the upgrade guide) rather than upgrading incrementally through each missed version. This makes delayed renewal more practical — you don't miss out on accumulated improvements just because you didn't renew annually, you simply apply them all when you choose to renew.

Verifying Subscription Status Programmatically

For organisations that manage multiple APG vNext installations, you can check the subscription and licence status of each installation programmatically using the APG vNext API rather than logging into each admin panel individually:

GET /api/v1/system/licence
Authorization: Bearer {api-key}

// Response:
{
  "licenseKey": "APG-XXXX-XXXX-XXXX",
  "licenseType": "Perpetual",
  "subscriptionExpiry": "2027-03-15",
  "subscriptionActive": true,
  "currentVersion": "5.3.1",
  "latestEligibleVersion": "5.8.0"
}

Script this check across all your APG vNext instances to build an inventory showing which installations have active subscriptions, which are approaching renewal, and which are running older versions that may be eligible for upgrade. This is particularly useful for IT teams managing APG vNext installations across multiple departments or subsidiaries.

Open-Source and Community Edition Considerations

APG vNext does not have a publicly available open-source or community edition — the perpetual licence is the entry point. However, the perpetual licence model achieves many of the same goals that organisations seek from open-source software: no recurring fees after purchase, full access to the application files (not a black-box SaaS), ability to customise the code, and no vendor lock-in on pricing. If your primary concern is cost, the combination of the perpetual licence with an annual subscription only for years when you need to upgrade provides a flexible, low-TCO alternative to open-source platforms that have significant infrastructure and administration overhead on non-Linux server stacks.

Related Resources


Looking for more help? Browse the support forum or check the Knowledge Base.