YaST control center
YaST is a single tool for the user as well as for the sysadmin. In YaST you can configure services, the network, partitions and more. YaST is available as a graphical tool as well as in a text based version (ncurses
We run openSUSE Leap 15.5 stable as well as Tumbleweed on our nodes with AMD EPYC Genoa processors and use NVMe storage in RAID10.
We use this very sysadmin-centric Linux for our work. So we also make very good use of YaST as our control center, of snapper for rollbacks of changes, of zypper for packages and of btrfs for the filesystem. btrfs already supports bootable filesystem snapshots out of the box.
openSUSE is the community Linux behind SUSE Enterprise. Four reasons it stays in the panel:
Both flavors are in the panel. Pick by release model.
YaST-friendly sysadmin tasks, SUSE Enterprise Server ready work, rolling environments with rollback capabilities.
These numbers come from the median of the 5 runs of the Geekbench single core and multi core tests on the Dedicated CPU D-4 plan in Amsterdam (2 vCPU pinned cores on EPYC Genoa processors, 4 GB DDR5 ECC memory, 60 GB NVMe RAID10 storage). You can find the full methodology for the benchmarks as well as the public Geekbench profiles for the single and multi core runs on the corresponding page.
The control panel and REST API allow to perform every action of the VPS lifecycle without needing to contact support. All actions can be scripted from end to end. The API is also compatible with Terraform and Ansible.
Prices Linux same region same. Pricing provided for same Linux, same region (Amsterdam and New York), with prices for 2 year term. We are comparing the Standard, Dedicated CPU and High Memory servers with Linux.
Compare every planOur VPS's have the exact same hardware in both Amsterdam and New York. The managed VPS hosting from our panel has the exact same features in both locations. Also the support in both locations is identical. To login to your VPS within a minute or so add your SSH key to the VPS and then in the Cloud-Init section add the key as well. After the first boot it will be injected to the VPS so you can login with root as normal.
Fast answers to common questions for openSUSE VPS Hosting such as plan selection, VPS deployment, support and administration of an openSUSE VPS on KVM.
From $18.40/mo on a 2-year term, fixed for life. Paste this cloud-init to boot hardened in one step:
#cloud-config
package_update: true
packages: [ufw, fail2ban]
runcmd:
- ufw allow OpenSSH
- ufw --force enable
- systemctl enable --now fail2ban