Root-Server Tutorial

ROOT-SERVER TUTORIAL

Installing KeyHelp on a Netcup VM

Learn how to install KeyHelp on a netcup VM

Author:

Andreas Fink

Last updated:

04/11/2021

Introduction

This tutorial explains how to install KeyHelp on a netcup VPS 1000 G9.

Requirements

You need an empty VPS with root access and Debian or Ubuntu OS installed. I have had installations with only 1GB RAM that worked fine, but I recommend a minimum of 4GB RAM and two cores, just like a VPS 500 G8. You also need a domain that points to your VPS and that you will use for the Control Panel. In this tutorial, example.com is used as an example domain.

Step 1 - Dependencies

First, update your package manager.

apt update

Please install the wget and ca-certificates packages so that no error occurs during the installation.

apt install wget ca-certificates -y

Step 2 - Install KeyHelp

You can install KeyHelp by simply pasting this line:

wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh ; bash install_keyhelp.sh ;

and pressing Enter.

The installer will be downloaded and executes itself automatically.

At this point, PHP, KeyHelp and IonCube will be installed.

Step 2.1 - Language

Languagesettings

If you want to continue in another language, enter L and press Enter.

Languages

Continue by entering N and pressing Enter.

Step 2.2 - Host settings

Settings default Settings finished

When you are done, type S and press Enter to start the installation.

Installation process Installation finished

Step 3 - Your first login

Login Panel

Step 4 - Going further

You can now create users, domains, mailboxes and databases with KeyHelp. Maybe someone will continue this tutorial. In the meantime, you can look at the documentation https://doc.keyhelp.de/switch/?lang=en and continue.

Conclusion

You now have a fully intact KeyHelp installation on your VPS to host websites and even resell your system power to others.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributor's Certificate of Origin

Contributor's Certificate of Origin By making a contribution to this project, I certify that:

  1. The contribution was created in whole or in part by me and I have the right to submit it under the license indicated in the file; or

  2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same license (unless I am permitted to submit under a different license), as indicated in the file; or

  3. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

  4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the license(s) involved.

Published 04/11/2021 by Andreas Fink

Submit your tutorial

Get 60€ netcup vouchers for every published tutorial.