Zum Inhalt springen

Kategorie: Virtual Server (EN)

Virtual Server (EN)

How Do I Reset My Root or Admin Password?

Virtual Server (EN) | 13.08.2024 | 0 unique views

Learn how to change the root password of your VServer by following the simple steps provided in the root password change dialog on Vionity.de. Contact our support team for any assistance.

How can I change my server’s hostname?

Virtual Server (EN) | 08.08.2024 | 0 unique views

Learn how to change the hostname of your vServer with our simple guide. Follow the steps and change the hostname in the field provided. The new hostname will be set immediately.

Windows hard disk expansion

Virtual Server (EN) | 25.01.2023 | 0 unique views

Learn how to expand the hard disk of your Windows Server step-by-step with our comprehensive guide. Find out how to create a new partition or append unallocated memory to your C:\ drive.

Am I allowed to mine on the server?

Virtual Server (EN) | 25.01.2023 | 0 unique views

Understand why mining is forbidden on virtual servers with our FAQ. Learn about the effects of overuse and how you can avoid it responsibly.

Can I Use Docker on My vServer?

Virtual Server (EN) | 23.06.2025 | 1 unique views

Docker is a container-based technology for creating Linux containers. Use Docker on all virtual servers from prepaid hosters, but there are a few things to keep in mind.

How do I connect via VNC?

Virtual Server (EN) | 24.01.2023 | 0 unique views

Learn how to manage your server via VNC without SSH authentication. Connect via WebVNC or a program like TightVNC Viewer.

How to Change the SSH Port?

Virtual Server (EN) | 11.02.2025 | 3 unique views

Discover various ways to secure your Linux server against automated attacks by changing the SSH port. Learn through both automated via the web interface and manual configuration.

Windows Server: No Ping

Virtual Server (EN) | 23.06.2025 | 0 unique views

If you encounter an error on your Windows server indicating that it is unreachable, here are your options. Learn how to identify and troubleshoot the issue in this FAQ. Contact us if you have further questions.

Make MySQL accessible from outside

Virtual Server (EN) | 24.01.2023 | 0 unique views

Installiere MySQL oder MariaDB Server auf deinem virtuellen Server und dieser wird automatisch mit der "Nur lokal erlauben" Regel installiert. Möchtest du den Server von außen erreichbar machen, musst du die Serverkonfiguration ändern. In diesem Artikel zeigen wir dir anhand eines Beispiels (MariaDB), wie das gemacht wird. Fehlermeldung, die besagt, dass MySQL von außen nicht erreichbar ist: ERROR 2002 (HY000): Can't connect to MySQL server on '168.119.29.XXX' (115). Anforderungen: Du benötigst einen Linux-Server und MariaDB muss installiert sein (apt-get install mariadb-server). Der Port 3306 muss in der Firewall freigegeben sein, falls eine verwendet wird. Du hast einen Benutzer erstellt, der entweder von überall aus zugreifen kann ("%") oder durch IP-Adresse/Host gefiltert ist. Passe die Konfiguration an: Ändere die Datei /etc/mysql/mariadb.conf.d/50-server.cfg. Öffne sie mit einem Editor deiner Wahl. Du findest den Eintrag "bind-address" im Bereich [mysqld]. Ändere die Konfiguration wie unten beschrieben. Vorher: # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 Nachher: # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 0.0.0.0 Speichere die Datei und starte deinen Datenbankserver neu. systemctl restart mysql Danach ist dein MySQL-Server auch von außen erreichbar. Aus Sicherheitsgründen empfehlen wir dringend, einen separaten MySQL-Account für externe Benutzer zu erstellen. Der Root-Zugriff sollte nur intern funktionieren. Wenn du Fragen zu diesem Thema hast, kontaktiere uns bitte. Wir helfen dir gerne weiter!

My Windows license has expired, now what?

Virtual Server (EN) | 24.01.2023 | 0 unique views

We do not offer our own Windows licenses for our servers. You need to provide a valid Windows Server Standard license within 180 days after installation to avoid server shutdown.

Can I Install a GUI?

Virtual Server (EN) | 15.08.2024 | 0 unique views

Learn how to install a GUI on KVM and OpenVZ servers, understand why we recommend not running a server with a GUI, and find out alternatives.

How can I enable TUN/TAP on my vServer?

Virtual Server (EN) | 24.01.2023 | 0 unique views

Learn how to activate TUN/TAP with just a few clicks in Vionity.com's vServer Administration. Follow these simple steps to enable TUN/TAP, restart your server, and enjoy your newly enhanced network experience. Contact us immediately for any issues or inquiries.

What happens if I overload my server?

Virtual Server (EN) | 27.08.2023 | 1 unique views

Learn how to avoid overloading your server based on our product terms and conditions. Understand how to properly use your server and how our system monitors server loads.

APT Error: This must be accepted explicitly before updates for this repository can be applied

Virtual Server (EN) | 07.07.2024 | 3 unique views

If you're running Debian 11 and encounter an error after running apt-get update because the repositories have changed from "stable" to "oldstable," don't worry. All you need to do is explicitly accept the changed suite value with the command: apt-get --allow-releaseinfo-change update. Afterward, you can resume using apt-get update, upgrade, and install as usual.

How do I install Windows on my KVM server?

Virtual Server (EN) | 29.06.2024 | 1 unique views

Erlerne, wie du Windows einfach auf deinem Prepaid-Hoster KVM Server installieren kannst. Schritt für Schritt erklärt!