Migrate to the cloud

Reduce the cost of maintaining your IT infrastructure without compromising performance, security, or reliability

Start today

Migrate individual services or the entire company infrastructure. In the immers.cloud, you can flexibly and accurately choose the capacities necessary for organizing the operation of any service.

Just choose the appropriate configuration for the number of processor cores, RAM, and disk space. Then, our scheduler will allocate isolated resources for the new virtual server.

Just in a few minutes, you can run your server and start configuring it. And as soon as everything is ready, shut off your physical hardware.

Sign up

Remote control

Easily manage the entire infrastructure through the web interface of your personal account. All virtual servers, storage volumes, backups, networks, and more are available in the control panel. Create, start, and stop any resources in one click.

Developers and system administrators can manage the cloud using the full OpenStack API.

100% performance

Each physical core or GPU adapter is assigned only to a single client.
It means that:

  • Available vCPU time is 100%;
  • Physical pass-through of GPU inside a virtual server;
  • Less storage and network load on hypervisors, more storage and network performance for a client.

Up to 75 000 IOPS1 for the RANDOM READ and up to 20 000 IOPS for the RANDOM WRITE for the Virtual Servers with local SSDs.

Up to 70 000 IOPS1 for the RANDOM READ and up to 60 000 IOPS for the RANDOM WRITE for the Virtual Servers with block storage Volumes.

You can be sure that Virtual Servers are not sharing vCPU or GPU between each other.

  1. IOPS — Input/Output Operations Per Second.

Advantages of working on the immers.cloud platform

  • Use the latest hardware with no purchase costs;
  • Maintain your infrastructure in a reliable Tier III data center;
  • Manage your infrastructure remotely from anywhere in the world;
  • Do not think about the health of the equipment and its replacement;
  • Instantly increase or decrease capacity, based on your current needs;
  • Enable the credit limit and don't stop working if the balance is negative.

Select a virtual server

Flavor

Total

vCPU:
RAM:
Destination Type:
Bootable disk:
Graphics accelerator:
Public IP address:
OS:
Quantity:
Tariff and rental duration:
Price per hour:
$0.384
Price per month:
$276.350

Check all the advantages of the cloud for free

Tell us about your project and get full access to all the features of the cloud absolutely free for testing.

If necessary, our specialists will help you make the configuration quickly and at a high level.

Get access

Answers to frequently asked questions

You can rent a virtual server for any period. Make a payment for any amount starting from 1.1 $ and work within the prepaid balance. When the work is completed, delete the server to stop spending money.

You can create servers yourself under the control panel, choosing the hardware configuration and operating system. The ordered capacities are available for use within a few minutes.

If something went wrong - write to our tech support. We are available 24/7: https://t.me/immerscloudsupport.

You can choose from basic images: Windows Server 2019, Windows Server 2022, Ubuntu, Debian, CentOS, Fedora, OpenSUSE. Or use a pre-configured image from the Marketplace.

All operating systems are installed automatically when the server is created.

By default, we provide connection to Windows-based servers via RDP, and for Linux-based servers-via SSH.

You can configure any connection method that is convenient to you yourself.

Yes, it is possible. Contact our round-the-clock support service (https://t.me/immerscloudsupport) and tell us what configuration you need.

Having official status of a Microsoft Service Provider, we are happy to offer our customers software available under SPLA program.

Why immers.cloud?

  • Performance

    Use of actual equipment on affordable terms.
  • Mobility

    Work from anywhere in the world where there is Internet access.

  • Safety

    The hardware is located in a TIER III data center in Moscow.
  • Reliability

    Technical support is available 7 days a week.


Sign up

Pure OpenStack API

Developers and system administrators can manage the cloud using the full OpenStack API.
Authenticate ninja_user example: $ curl -g -i -X POST https://api.immers.cloud:5000/v3/auth/tokens \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-d '{"auth": {"identity": {"methods": ["password"], "password": {"user": { "name": "ninja_user", "password": "ninja_password", "domain": {"id": "default"}}}}, "scope": {"project": {"name": "ninja_user", "domain": {"id": "default"}}}}}'
Create ninja_vm example: $ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"server": {"name": "ninja_vm", "imageRef": "8b85e210-d2c8-490a-a0ba-dc17183c0223", "key_name": "mykey01", "flavorRef": "8f9a148d-b258-42f7-bcc2-32581d86e1f1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cc5f6f4a-2c44-44a4-af9a-f8534e34d2b7"}]}}'
STOP ninja_vm example: $ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"os-stop" : null}'
START ninja_vm example: $ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"os-start" : null}'
SHELVE ninja_vm example: $ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"shelve" : null}'
DELETE ninja_vm example: $ curl -g -i -X DELETE https://api.immers.cloud:8774/v2.1/servers/{server_id} \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN"
Documentation
Signup

Any questions?

Write to us via live chat, email, or call by phone:
@immerscloudsupport
support@immers.cloud
+7 499 110-44-94

Any questions?

Write to us via live chat, email, or call by phone:
@immerscloudsupport support@immers.cloud +7 499 110-44-94
Sign up

Subscribe to our newsletter

Get notifications about new promotions and special offers by email.

 I agree to the processing of personal data