immers.cloud platform

immers.cloud offers specialized cloud services tailored for enterprise-scale GPU/CPU-accelerated workloads
Get started

Compute resources for any task

 

  • Machine learning and AI

    Get access to computing resources on an advanced infrastructure capable of solving the most complex tasks, from development and training to inference.

  • Rendering and VFX

    Accelerate processing of the most complex scenes by utilizing our advanced GPU and CPU infrastructure, which boasts instant scaling capabilitie.

  • Streaming

    Serve end users tens times faster at half the cost of traditional infrastructure without extensive resource planning.

  • Virtual Desktop Infrastructure

    Roll out remote workstations to solve resource-intensive tasks from anywhere in the world—whether it's photo and video processing or working with large 3D models in BIM and CAD software.

  • Working with hashes

    Enhance your efficiency in working with hashcat by utilizing multiple GPUs simultaneously. Accelerate your workflow and achieve the desired results faster.

  • Cloud gaming

    Get inexpensive virtual machines with RTX-series cards for cloud gaming. You will only pay for the consumed time with our per-second billing.

Wide range of Tesla, Ampere and RTX GPUs

11 types of the most advanced NVIDIA GPUs are always at your fingertips.

For learning

Tesla V10032 GB
Tesla A10080 GB
Tesla H10080 GB

Fore render and gaming

RTX 2080 Ti11 GB
RTX 309024 GB
RTX A500024 GB
RTX 409024 GB

For inference

Tesla T416 GB
Tesla A1024 GB
RTX 308010 GB
Tesla A216 GB

Modern and robust IT infrastructure

  • 2nd and 3rd generation Intel® Xeon® Gold processors
  • Up to 768 GB of RAM on a single VM
  • Servers equipped with 8 and 10 GPUs with NVLink technology for the most resource-intensive tasks
  • Cheap HDD, fast SSD and ultra-fast NVMe server storage to choose from
  • OpenStack-based virtualization with fully preserved original API
  • Object Data Storage (S3) for fast access and reliability
  • Innovative immersion cooling technology for servers that ensures optimal operation of all components

Ready-made OS images with the required software

Create virtual servers by utilizing our pre-configured OS images with either Windows or Linux, along with specialized pre-installed software.
  • Ubuntu
     
  • Debian
     
  • CentOS
     
  • Fedora
     
  • OpenSUSE
     
  • MS Windows Server
     
  • 3ds Max
     
  • Cinema 4D
     
  • Corona
     
  • Deadline
     
  • Blender
     
  • Archicad
     
  • Ubuntu
    Graphics drivers, CUDA, cuDNN
  • MS Windows Server
    Graphics drivers, CUDA, cuDNN
  • Nginx
     
  • Apache
     
  • Git
     
  • Jupyter
     
  • Django
     
  • MySQL
     
View all the pre-installed images in the Marketplace.

GPU Cloud servers at your fingertips. At a great price

Thanks to our specialized infrastructure we are able to provide computing power at optimal rates.

  • TeslaA2

    1 TeslaA2
    16384 MB RAM
    160 GB SSD
    from $0.27 per hour
    Launch
  • TeslaV100

    1 TeslaV100
    65536 MB RAM
    160 GB SSD
    from $1.07 per hour
    Launch
  • TeslaA100

    1 TeslaA100
    131072 MB RAM
    160 GB SSD
    from $2.47 per hour
    Launch
  • TeslaH100

    1 TeslaH100
    131072 MB RAM
    160 GB SSD
    from $4.76 per hour
    Launch
  • RTX2080TI

    2 RTX2080TI
    32768 MB RAM
    160 GB SSD
    from $0.55 per hour
    Launch
  • RTX3090

    1 RTX3090
    32768 MB RAM
    160 GB SSD
    from $0.77 per hour
    Launch
  • RTX4090

    1 RTX4090
    32768 MB RAM
    160 GB SSD
    from $1.01 per hour
    Launch
  • RTX2080TI

    1 RTX2080TI
    8192 MB RAM
    40 GB SSD
    from $0.26 per hour
    Launch
  • TeslaA10

    1 TeslaA10
    16384 MB RAM
    60 GB SSD
    from $0.37 per hour
    Launch
  • RTX3080

    1 RTX3080
    16384 MB RAM
    40 GB SSD
    from $0.44 per hour
    Launch
  • RTX2080TI

    4 RTX2080TI
    32768 MB RAM
    160 GB SSD
    from $1.02 per hour
    Launch
  • RTX3090

    4 RTX3090
    98304 MB RAM
    160 GB SSD
    from $2.83 per hour
    Launch
  • RTX4090

    4 RTX4090
    32768 MB RAM
    160 GB SSD
    from $3.70 per hour
    Launch
View all GPU configurations

 

You can also order CPU configurations and выделенные серверы с GPU.

A bit more about us

  • Per-second billing

    and free VM pause (shelve). You pay for the actual use of your VMs
  • 24/7/365

    Tech support is always available via chat and responds within minutes

  • Free traffic

    Speed up to 2 Gb/s without extra charge for incoming and outgoing traffic

  • Our data centers

    Built according to the TIER III standard
  • 100% of power is yours

    We do not share resources you purchased with other users
  • 20 000+

    Clients trust us with their data and tasks
Sign up

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.

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