How Do I Reset My Root or Admin Password?
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.
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.
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.
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.
Understand why mining is forbidden on virtual servers with our FAQ. Learn about the effects of overuse and how you can avoid it responsibly.
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.
Learn how to manage your server via VNC without SSH authentication. Connect via WebVNC or a program like TightVNC Viewer.
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.
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.
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!
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.
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.
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.
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.
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.
Erlerne, wie du Windows einfach auf deinem Prepaid-Hoster KVM Server installieren kannst. Schritt für Schritt erklärt!