Skip to main contentSkip to navigation
[email protected]
Client AreaSupport
Hosting Mammoth
HostingMammothYour Data, Our Responsibility
Home
Solutions
Hosting Services
Store
Pricing
About
Blog
API
Contact

Stay Ahead of the Curve

Get the latest insights on cybersecurity, AI innovations, and enterprise data solutions delivered to your inbox.

Hosting Mammoth
HostingMammothEnterprise Solutions

Enterprise-grade data solutions. Hosting, recovery, cybersecurity, and AI-powered services for businesses worldwide.

[email protected]
Sun - Fri, 9:00am - 5:00pm

Services

  • Cloud Hosting
  • Data Recovery
  • Cybersecurity
  • Legal Support
  • MSP Services
  • Web Development
  • AI Services
  • Free Server Migration

Hosting

  • VPS Hosting (NVMe SSD)
  • VDS Hosting (NVMe)
  • Storage VPS (High SSD)
  • GPU Servers
  • Managed Services
  • Cloud Firewall
  • Load Balancer
  • One-Click Apps
  • n8n Hosting
  • Object Storage
  • FAQ

Company

  • Store
  • Pricing
  • About Us
  • Locations
  • Blog
  • Testimonials
  • Contact
  • Affiliate Program
  • White-Label
  • Terms of Service
  • Privacy Policy
  • Browser Cookies
  • SLA

Support

  • Client Area
  • Submit Ticket
  • Knowledge Base
  • Server Status
  • API Documentation

© 2026 Hosting Mammoth. All rights reserved.

Knowledge Base
Getting StartedAccount ManagementVPS HostingGPU ServersStorage VPSCloud FirewallLoad BalancerServer ManagementBilling & PaymentsSupport & TicketsAffiliate ProgramReseller ProgramMarketplace & Appsn8n HostingManaged ServicesServer MigrationAPI & DevelopersSecurityTroubleshootingGlossaryInstall Guides
  1. Home
  2. /
  3. Support
  4. /
  5. Server Management
  6. /
  7. Upgrade Server
GUIDEServer Management

How to Upgrade Your Server Plan

5 min read

As your project grows, you may need more processing power, memory, storage, or bandwidth than your current plan provides. Data Mammoth makes it easy to upgrade your server plan without losing data or rebuilding your environment. This guide walks you through the upgrade process, explains what happens during an upgrade, and covers important considerations.

When to Upgrade

Common signs that you need a plan upgrade:

  • CPU usage is consistently above 80% during normal operations.
  • RAM usage is high, and applications are swapping to disk.
  • Disk space is above 85% full, even after cleanup.
  • Response times are increasing for web applications or APIs.
  • Traffic growth is pushing against bandwidth limits.
Before upgrading, verify that the performance issue is not caused by misconfigured software or unoptimized code. See Monitoring Server Performance for diagnostic guidance.

Understanding Plan Tiers

Data Mammoth offers several plan tiers, each with increasing resource allocations:

ResourceWhat It Affects
vCPU CoresProcessing power for running applications, handling requests, and performing computations.
RAMMemory available for active processes, databases, and caching.
Disk SpaceStorage for your operating system, applications, databases, and files.
BandwidthMonthly data transfer allowance.
Higher-tier plans provide proportionally more of each resource. You can view all available plans and pricing on the Data Mammoth website or in your dashboard.

How to Upgrade

  • Log in to your Data Mammoth dashboard.
  • Navigate to Servers and click on the server you want to upgrade.
  • Go to the Upgrade or Resize tab.
  • Browse the available upgrade options.
  • Select the new plan that meets your requirements.
  • Review the pricing difference — you will be charged a prorated amount for the remainder of the current billing cycle.
  • Click Upgrade or Confirm.
  • What Happens During the Upgrade

    • Brief downtime — Your server may need to restart during the upgrade process. Plan for a few minutes of downtime.
    • Data preservation — All your files, configurations, applications, and databases are preserved.
    • IP address — Your server's IP address does not change.
    • Automatic resource allocation — The new CPU, RAM, and disk resources are applied automatically.
    The upgrade typically completes within 5 to 15 minutes, depending on the resources being added.

    Downgrade Limitations

    While upgrades are generally straightforward, downgrades may have limitations:

    • Disk space — You cannot downgrade to a plan with less disk space than you are currently using. Free up space first or migrate data to external storage.
    • Active add-ons — Some add-ons may not be available on lower-tier plans.
    • In-progress billing — Downgrades typically take effect at the next billing cycle.
    If you need to downgrade, review your current disk usage with:

    bash
    df -h

    And clean up unnecessary files before requesting the downgrade.

    Prorated Billing

    When you upgrade mid-billing cycle, Data Mammoth calculates the prorated difference:

  • Credit for unused time on the old plan for the remaining days.
  • Charge for the new plan for the remaining days.
  • The net difference appears on your next invoice.
  • For example, if you upgrade halfway through a monthly cycle from a $10/month plan to a $20/month plan, you would be charged approximately $5 for the remaining half-month difference.

    Preparing for an Upgrade

    Before the Upgrade

  • Backup your data — Create a snapshot or backup before any major change. See Backup Strategy.
  • Notify stakeholders — Inform team members or users about the brief downtime.
  • Schedule wisely — Perform upgrades during low-traffic periods to minimize impact.
  • Review current usage — Confirm which resource (CPU, RAM, disk) needs the upgrade so you choose the right plan.
  • After the Upgrade

  • Verify the server is running — Check the dashboard status and try connecting via SSH.
  • Confirm new resources — Run the following commands to verify:
  • bash
    # Check CPU cores
    nproc

    Check available RAM

    free -h

    Check disk space

    df -h

  • Test your applications — Ensure websites, APIs, and services are functioning correctly.
  • Review performance — Monitor resource usage over the next few hours to confirm the upgrade resolved the issue.
  • Alternative to Upgrading

    If you are not ready to upgrade your plan, consider these optimizations:

    • Optimize your application — Review database queries, enable caching, and compress assets.
    • Use a CDN — Offload static content delivery to reduce server load.
    • Enable swap — Add swap space as a temporary memory buffer (not a permanent solution).
    • Clean up disk — Remove old logs, unused packages, and temporary files.
    • Optimize web server — Tune Apache or Nginx worker processes and connection limits.

    What to Do Next

    • Monitoring Server Performance — Track resource usage after the upgrade.
    • Managing Server Add-ons — Enable additional services.
    • Understanding Your Billing Cycle — Learn how prorated charges work.
    • How to Cancel a Server — If you need to replace rather than upgrade.

    Was this article helpful?

    ← Back to Server ManagementBrowse all categories →

    Still have questions?

    Contact Support →Submit a Ticket