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. Storage VPS
  6. /
  7. Order Storage Vps
GUIDEStorage VPS

"How to Order a Storage VPS"

6 min read

Ordering a Storage VPS on Data Mammoth is straightforward. The process is similar to ordering a standard VPS, with plan options that emphasize high-capacity storage at cost-effective pricing. This guide walks you through each step from start to finish.

Before You Order

Estimate Your Storage Needs

Calculate how much storage you need by considering:

  • Current data volume — How much data do you need to store today?
  • Growth rate — How much data will you add per month? Plan for at least 12-24 months of growth.
  • Retention period — How long do you need to keep the data?
  • Redundancy — Will you store multiple copies of data (e.g., multiple backup versions)?

Recommended Capacity by Use Case

Use CaseStarting Recommendation
Backup server for 1-3 servers500 GB
Backup server for 4-10 servers1-2 TB
Private cloud storage (small team)1 TB
Media library2 TB+
Log aggregation1 TB
Development artifacts500 GB - 1 TB
For more details on use cases, see Storage VPS Use Cases.

Choose Your Region

Select a data center region based on:

  • Proximity to your other servers — If the Storage VPS will serve as a backup target, placing it in a nearby (but different) region provides low-latency data transfer and geographic redundancy.
  • Proximity to your users — If the Storage VPS hosts file sharing or media, choose a region close to your users.
  • Data residency — Compliance requirements may dictate a specific region.
See Data Center Locations & Regions for available options.

Step 1 — Navigate to the Order Page

  • Log in to your Data Mammoth dashboard.
  • Click Services in the left sidebar.
  • Click Order New Server.
  • Select Storage VPS from the available server types.
  • Step 2 — Choose Your Plan

    Storage VPS plans are organized by storage capacity. For each plan, you will see:

    • Storage capacity — Total disk space (e.g., 500 GB, 1 TB, 2 TB, 4 TB).
    • CPU — Number of vCPUs included.
    • RAM — Amount of system memory.
    • Bandwidth — Monthly data transfer allowance.
    • Price — Monthly or billing-period cost.
    Select the plan that provides enough storage for your current needs plus anticipated growth. It is better to have some headroom than to run out of space.

    Step 3 — Select Your Operating System

    Choose a Linux distribution for your Storage VPS. Recommended options:

    • Ubuntu 22.04 LTS — Best overall choice for compatibility and documentation.
    • Debian 12 — Stable, lightweight, excellent for storage-focused servers.
    Both distributions support all major storage protocols and backup software. See Available Operating Systems for VPS for the full list.

    Step 4 — Select Your Data Center Region

    Choose the region where your Storage VPS will be hosted. The region selector shows available locations with current availability.

    Tip: For disaster recovery purposes, place your Storage VPS in a different region than your primary production servers. This ensures your backups survive even if a regional incident affects your production infrastructure.

    Step 5 — Configure Initial Settings

    Root Password or SSH Key

    Set your access method:

    • SSH key (recommended) — Upload or select an SSH public key for secure, passwordless access.
    • Root password — Set a strong root password.

    Hostname

    Enter a descriptive hostname that identifies the server's purpose:

    • "storage-backup-01"
    • "file-server-eu"
    • "media-archive"

    Step 6 — Review and Confirm

    Review your complete configuration:

    • Plan (storage capacity, CPU, RAM)
    • Operating system
    • Data center region
    • Monthly cost
    Click Order or Deploy to confirm.

    Step 7 — Wait for Provisioning

    Your Storage VPS is provisioned and ready within a few minutes. You will receive a notification when it is available. The dashboard will show:

    • Server IP address (e.g., 203.0.113.30)
    • Access credentials
    • Server status

    After Ordering

    Connect to Your Server

    SSH into your new Storage VPS:

    text
    ssh [email protected]

    See How to Connect to Your Server via SSH for detailed instructions.

    Initial Setup

  • Update the system — Run package updates immediately.
  • Create a non-root user — Do not use root for daily operations.
  • Configure the firewall — Restrict access to necessary ports only (SSH, plus any storage protocols). See How to Set Up Cloud Firewall Rules.
  • Verify disk space — Check available storage with df -h to confirm the expected capacity.
  • Set Up Your Storage Solution

    Depending on your use case:

    • Backup server — Install and configure backup tools (rsync, BorgBackup, Restic). See Setting Up a Backup Server.
    • File sharing — Install Nextcloud, Seafile, or another file sharing platform.
    • Media server — Install Jellyfin, Plex, or another media server.
    • Docker registry — Set up a private Docker registry.
    • Log storage — Configure log forwarding from your other servers.

    Create an Initial Snapshot

    After your initial setup is complete, create a snapshot as a restore point. See How to Create and Restore VPS Snapshots.

    Managing Your Storage VPS

    Your Storage VPS is managed through the same Data Mammoth dashboard as your other servers:

    • Monitoring — View CPU, RAM, disk, and network usage.
    • Snapshots — Create and restore snapshots.
    • Firewall — Manage cloud firewall rules.
    • Console — Access the web-based terminal console.
    • Settings — Reinstall OS, configure hostname, and manage power.

    Upgrading Storage

    If you outgrow your current plan:

  • Review your disk usage and growth trends.
  • Navigate to your Storage VPS settings in the dashboard.
  • Select a plan upgrade with more storage.
  • Confirm the upgrade.
  • Alternatively, you can order a second Storage VPS and distribute your data across both.

    What to Do Next

    • Setting Up a Backup Server — The most popular Storage VPS configuration.
    • Storage VPS Use Cases — Explore what to do with your Storage VPS.
    • How to Set Up Cloud Firewall Rules — Secure your storage server.
    • Storage VPS vs Object Storage — Understand alternative storage options.

    Was this article helpful?

    ← Back to Storage VPSBrowse all categories →

    Still have questions?

    Contact Support →Submit a Ticket