Cloud Server di Secure OD Giacomo Lanzi

Your virtual machine with Cloud Server

The Cloud Server service allows flexible management of the resources of a remote virtual server (VPS). That is, the concrete advantage of having complete control over the server machines without the disturbance of their physical management. There will be no need to update, manage or restart a physical machine.

The servers created through the Secure Online Desktop (SOD) service are always online, if one server were to have problems, this would be immediately replaced by another to guarantee the continuity of the virtual machine service.

Create the Cloud Server in a few clicks

It is possible to set up a VPS in a few steps by accessing the management panel. From this you can create and delete servers, as well as manage the resources allocated to the single virtual machine.

Payment is limited to the time of use of the service, without any contractual obligation. It is possible to stop the service at any time without any problems or additional costs.

Through the functionalities offered, it is possible to manage the created virtual machines in an extremely flexible way. The cost will always be linked to the actual resources used.

Resources automatically assigned

The Secure Online Desktop Cloud Server service allows you to set autoscaling rules for each virtual machine involved. Through this feature, it is possible to resize RAM memory, CPU and storage resources automatically, respecting customizable rules.

Resources are not wasted by avoiding that you pay for unused computing power or memory. This intelligent use of resources is managed by customizable rules for scalability.

For example: a rule could force the RAM memory to increase by 1024 Mb if the virtual machine uses more than 90% of it for a period longer than 10 minutes. You can also further limit this parameter to a maximum increase of 5 Gb within 24 hours.

Keep in mind that once RAM, CPU and disk have increased through this system, they will not automatically decrease thereafter. If the greatest demand for resources had been only a momentary peak, it will be necessary to set the starting parameters of the VPS again.

In addition, some operating systems offered as templates allow the resizing of RAM and CPU resources without restarting the machine. The reboot is however necessary in the case of resizing the storage disk or if the added RAM memory exceeds 16 Gb.

Virtual Machine backup system

SOD’s Cloud Server service also offers an automatic backup system. No additional backup management software, therefore, that can be set with four restore points: daily, weekly, monthly and yearly.

Note that the data of the machines created remain in your possession and can be downloaded locally at any time.

Virtual machine that can be managed from any device anywhere in the world

Operating systems included in the offer

SOD’s Cloud Server plans include operating system templates ready to be installed on the virtual machine. Numerous operating systems are available Windows, Linux and FreeBSD, 32bit as well as 64bit. In a few clicks it is possible to activate a VM, install an operating system and switch it on.

In addition to operating systems, it is also possible to have access to a JumpBox library of Open Source web applications. The offer of software available for VPS is really rich and accessible wherever you are.

No license fees for operating systems available, it’s all included in the cost of the service.

Firewall and security

With the Cloud Server of the Secure Online Desktop, a firewall is available included in the price, customizable with any rule based on the specific needs of the customer and the specific use to be made of the machine.

You won’t have to worry about anything in the security field. SOD will take care of guaranteeing always safe and robust infrastructures.

In terms of reliability, the Server Cloud service has enterprise architectures for managing redundancy. If one server turns out to be unreachable, another will take over immediately, guaranteeing the continuity of the service.

Offer and prices

There are four plans available for the Cloud Server service and can satisfy every VPS need. The costs are monthly without any time constraint, therefore it is possible to completely stop the service from one month to the next.

It is possible to take advantage of all these features through the control panel accessible from every platform: Apple, Windows and mobile. Manage your VPS in complete freedom from any device.

Create and manage your virtual server in minutes with SOD Cloud Server. You can also try the service for free for a day!

Share


RSS

More Articles…

Categories …

Tags

RSS Unknown Feed

RSS Full Disclosure

  • User Enumeration in IServ Schoolserver Web Login September 11, 2025
    Posted by naphthalin via Fulldisclosure on Sep 10“I know where your children go to school.” The web front end of the IServ school server from IServ GmbH allows user enumeration. Responses during failed login attempts differ, depending on if the user account exists, does not exist and other conditions. While this does not pose a […]
  • Re: Apple’s A17 Pro Chip: Critical Flaw Causes Dual Subsystem Failure & Forensic Log Loss September 11, 2025
    Posted by Matthew Fernandez on Sep 10Can you elaborate on why you consider this high severity? From the description, it sounds as if this behaviour is fail-closed. That is, the effects are limited to DoS, with security properties preserved.
  • Defense in depth -- the Microsoft way (part 92): more stupid blunders of Windows' File Explorer September 8, 2025
    Posted by Stefan Kanthak via Fulldisclosure on Sep 08Hi @ll, this extends the two previous posts titled Defense in depth -- the Microsoft way (part 90): "Digital Signature" property sheet missing without "Read Extended Attributes" access permission and Defense in depth -- the Microsoft way (part 91): yet another 30 year old bug of the […]
  • Critical Security Report – Remote Code Execution via Persistent Discord WebRTC Automation September 8, 2025
    Posted by Taylor Newsome on Sep 08Reporter: [Taylor Christian Newsome / SleepRaps () gmail com] Date: [8/21/2025] Target: Discord WebRTC / Voice Gateway API Severity: Critical 1. Executive Summary A proof-of-concept (PersistentRTC) demonstrates remote code execution (RCE) capability against Discord users. The PoC enables Arbitrary JavaScript execution in a victim’s browser context via WebRTC automation. […]
  • Submission of Critical Firmware Parameters – PCIe HCA Cards September 8, 2025
    Posted by Taylor Newsome on Sep 08*To:* support () mellanox com, networking-support () nvidia com *From:* Taylor Christian Newsome *Date:* August 20, 2025 *Dear Mellanox/NVIDIA Networking Support Team,* I am writing to formally submit the critical firmware parameters for Mellanox PCI Express Host Channel Adapter (HCA) cards, as detailed in the official documentation available here: […]
  • SEC Consult SA-20250908-0 :: NFC Card Vulnerability Exploitation Leading to Free Top-Up in KioSoft "Stored Value" Unattended Payment Solution (Mifare) September 8, 2025
    Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Sep 08SEC Consult Vulnerability Lab Security Advisory < 20250908-0 > ======================================================================= title: NFC Card Vulnerability Exploitation Leading to Free Top-Up product: KioSoft "Stored Value" Unattended Payment Solution (Mifare) vulnerable version: Current firmware/hardware as of Q2/2025 fixed version: No version numbers available CVE number:...
  • FFmpeg 7.0+ Integer Overflow in FFmpeg cache: Protocol (CacheEntry::size) September 8, 2025
    Posted by Ron E on Sep 08An integer overflow vulnerability exists in the FFmpeg cache: URL protocol implementation. The CacheEntry structure uses a 32-bit signed integer to store cache entry sizes (int size), but the cache layer can accumulate cached data exceeding 2 GB. Once entry->size grows beyond INT_MAX and new data is appended, an […]
  • FFmpeg 7.0+ Integer Overflow in DSCP Option Handling of FFmpeg UDP Protocol September 8, 2025
    Posted by Ron E on Sep 08A vulnerability exists in the FFmpeg UDP protocol implementation ( libavformat/udp.c) where the dscp parameter is parsed from a URI and left-shifted without bounds checking. Supplying a maximum 32-bit signed integer (2147483647) triggers undefined behavior due to a left shift that exceeds the representable range of int. This results […]
  • FFmpeg 7.0+ Integer Overflow in UDP Protocol Handler (fifo_size option) September 8, 2025
    Posted by Ron E on Sep 08A signed integer overflow exists in FFmpeg’s udp.c implementation when parsing the fifo_size option from a user-supplied UDP URL. The overflow occurs during multiplication, which is used to compute the size of the circular receive buffer. This can result in undefined behavior, allocation failures, or potentially memory corruption depending […]
  • FFmpeg 7.0+ LADSPA Filter Arbitrary Shared Object Loading via Unsanitized Environment Variables September 8, 2025
    Posted by Ron E on Sep 08The ladspa audio filter implementation (libavfilter/af_ladspa.c) in FFmpeg allows unsanitized environment variables to influence dynamic library loading. Specifically, the filter uses getenv("LADSPA_PATH") and getenv("HOME") when resolving the plugin shared object (.so) name provided through the file option. These values are concatenated into a filesystem path and passed directly into […]

Customers

Newsletter

{subscription_form_1}