Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
Germany
Netherlands
Sweden
Switzerland
Spain
USA
IPv4: 192.168.1.100
Connect via SSH: `ssh root@192.168.1.100`
Root Password: ********No server yet? Our partners offer VPS plans with BeAdmin pre‑installed and access credentials ready out of the box.
Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
European reliability made simple. Launch BeAdmin with your VPS in just one click.
Use the following command to connect:
ssh username@server_ip_or_hostnameusername with your actual server username, for example root.server_ip_or_hostname with the IP address or domain name of your server, for example 192.168.1.100.ssh john_doe@192.168.1.100ℹ️ Info
If the system warns you about an unknown host key, confirm the connection by typing yes.
Once authenticated, you will be logged into the server and can start executing commands.
💡 Tip
Want to simplify server management? Install the BeAdmin Panel and manage your server through an easy-to-use interface. Learn more in the Installation Guide.
To disconnect from the server, type:
exitTo avoid entering a password each time, set up SSH key authentication:
ssh-keygen -t rsa -b 4096ssh-copy-id username@server_ip_or_hostname