KVM Guides
FAQs
I want to ping before I buy
Does EDIS offer free trials?
Can I Change the Server Location of a VPS?
Can I change the IP address of my VPS?
Is port 25 open for email?
Can I install Windows on your VPS?
Will my IP change when I upgrade or reinstall?
Will I lose my data when I upgrade?
Which payment methods does EDIS accept?
I want to know if I can pay with IBAN?
Do you provide GUI version for Ubuntu or Debian?
What if the assigned IP address cannot be reached from my country?
Is it possible to downgrade?
Do you have any hourly plan?
BTC payment has arrived after the payment window
How do I claim a refund?
EDIS KVM management panel
How the VPS billing workflow looks like
AutoInstall / reinstall a VPS with a fresh OS
Traffic usage, traffic stats, monthly refill
KVM REST API
How to pay in EUR when PayPal balance is in another currency
Mount an ISO image
IPv6 configuration (IPv6 address, subnet mask, default route)
What is a KVM and why is it the better VPS
Backups of KVM servers
IP address settings for your VPS
Power cycle or reboot a VPS
Cancelling a VPS service
How long will it take to receive VPS credentials?
Installing OpenVPN Community Edition via Turnkey Images
Enable VNC for your VPS
VPS IP addresses are static
Provide a custom ISO image
Installing Mikrotik RouterOS on EDIS KVM
Upgrade your VPS to a higher tier
Ordering additional IP addresses
Setting up reverse pointers
IPv6 Troubleshooting
Applications and use cases that violate our terms of service
KVM cancellation and refund policy
VNC Viewer (from RealVNC) closes after connecting to a VNC server
EDIS VPS Server locations & GEO IP databases
EDIS traffic pool - Global and Premium traffic zone
EDIS Correctly reporting Abuse and Abuse Handling
Fix Remote Desktop CredSSP Encryption Oracle Remediation
I ordered a VPS from you, but I got no email with login credentials
EU VAT rules (EU MwSt.)
Setting a fresh Linux root password on a KVM VPS
Can I bring my own IP addresses?
Manual Windows Server installation on EDIS KVM
Website Hosting
Hosting FAQs
Question about the cost of domains
Setting up mailboxes for a domain
FAQ: Which package to use for a Wordpress site with a built-in forum?
Fremddomain (externe Domain) DNS Konfiguration
ANYCAST DNS
Redirecting requests to https:// (SSL)
How to change DNS name servers
Order or activate an SSL certificate from Let's Encrypt
Link my domain to Jimdo
Resetting your EDIS customer password
When are the root name server reload times of the .at zone?
ANYCAST, create user for PDNS-Admin dashboard
Transfer costs on the service bill
Frequently asked questions regarding information security (ISO 27001)
Is it possible to exchange or rename a domain name?
DNS management EDIS 2022
POP or IMAP, which is better?
EDIS default SPF record
IP addresses of the EDIS mail systems
Copy your IMAP account's contents and folders over to EDIS.
Mailserver, ports, email settings
Email transport settings
email error: no such domain at this location
Google Error Message: This message does not have authentication information or fails to pass
eMail error: rejecting banned file attachment - blocked attachment
Correct email forwarding despite strict SPF checking thanks to SRS
Configure a domain for Microsoft Office 365
Newsletter dispatch via EDIS infrastructure
Contact
Archives
Community Guides
- Knowledge Base
- KVM Guides
- Setting a fresh Linux root password on a KVM VPS
Setting a fresh Linux root password on a KVM VPS
Updated
by Iztok Zavcer
Set a New Password by booting your EDIS Linux VPS in Single-User Mode
EDIS does not install KVM guest drivers in its virtual machines. You receive authentic OS images, without any open doors. This comes at the price though. It is not possible to change the root password from the administration panel. Nevertheless, it is possible to set a new password after booting the machine in single-user mode using VNC.
Follow these easy steps if you no longer have access to your Linux operating system and you need to set a fresh KVM root password.
- Start by Enabling VNC from the KVM-Panel. VNC is a kind of "remote access to your server's keyboard and screen".
- Lauch noVNC session
- Reboot your VPS
- Press any key to enter the Grub (boot loader) menu, once the following screen shows

- Press ‘e’ on your keyboard to edit the kernel boot options.

- Highlight the second stanzas (line) and press ‘e’ again.

- You will now be able to edit the line highlighted in the previous step. Simply add ‘1’ at the end of the line as indicated in the following screenshot, then confirm pressing Enter.

- Now you see the Grub stanzas as shown in step 5.
Press ‘b’ to continue booting, using the modified configuration. Linux will now boot into single-user mode, allowing for some special administrative tasks. (This will provide you with root access without the need to enter the root password) and can be used to set a new root password. Once the system is up and running type the following command to update the root password:
passwd root
You will be asked to enter a new password for the user root.
- Once finished, reboot your VPS and you will be able to use the newly set root password