DewaVPS

Quickstart

Quickstart

DewaVPS offers two main types of storage solutions: Block Storage and Object Storage. All storage options are managed under Storage in the sidebar.

Storage Menu

Block Storage

Block Storage provides raw storage volumes that you can attach to your instances as additional disks. It behaves like a physical hard drive, allowing you to format, partition, and mount it as needed.

Storage Tiers

TierPriceBest For
HDDRp 1.000/GB/monthCost-effective storage for backups, logs, and less performance-sensitive data
SSDRp 2.500/GB/monthHigh-performance NVMe storage for databases and demanding workloads

Quick Steps

  1. Navigate to StorageBlock Storage.
  2. Click Create.
  3. Enter a name (e.g., My Backup Storage), select tier, and size.
  4. Click Submit.

Block Storage Form

  1. Click Attach to connect it to an instance.

Object Storage

Object Storage is S3-compatible storage for unstructured data like images, videos, backups, and logs. It's accessible via RESTful API.

Features

  • S3-compatible API
  • Scalable and highly available
  • Access Control Lists (ACL) for permissions

Quick Steps

  1. Navigate to StorageObject Storage.
  2. Click Create Bucket.
  3. Enter a name (e.g., my-backups), size, location, and ACL.
  4. Click Submit.

Object Storage Form

Access Keys

To access your buckets programmatically, create an Access Key:

  1. Go to Object StorageAccess Key tab.
  2. Click Create Access Key.
  3. Configure name, expiration, bucket permissions, and ACL.

Access Key Form


Next Steps

On this page