2    

ILIAS 6 and 5.4 Install-Tutorial for Ubuntu 18.04

Selection, DNS, Login

Select the Server

  • Look for a vSerer of your choice. For example, got to https://www.hosteurope.de/Server/Virtual-Server/ or try any other provider
  • Order the server with Ubuntu 18.04 and without Plesk or/and WebAdmin etc. 
  • Login to the admin pane, for example https://kis.hosteurope.de/
  • Got to Product Admin - Virtual Server and check if a IP is allready assigned

DNS-Settings

  • In the next step, you have to link this IP to your FQDN. Example: bbs-ilias.de. I manage my domain also with hosteurope, so I can do these DNS-settings also in the KIS. 
  • Go to Product Admin - Domainservices - Domain-Administration - Nameserver- / DNS...
  • For example, the IP of the server is 176.28.8.65 and my FQDN is bbs-ilias.de. In this case, your config can/should look like the following. The yellow marked fields should exist. Create them with the button neu anlegen.

Reverse Delegeation

  • To set the rerverse DNS (RDNS) correctly got to Product Admin - IP - Reverse Delegation - Reverse Delegation
  • Settings should be done for every vserver (in this case 3, you may have only one):
  • It may take some time until the new DNS settings are updated. You can check this with a ping in the Terminal or CMD.exe: ping bbs-ilias.de

Login

  • Login: root
  • Passwort: xxxxxxxxxxxx
  • Change root-password (if you want): passwd

Change SSH-Port

  • If you want, change the ssh-port for security reasons:
    • apt-get install nano
    • nano /etc/ssh/sshd_config
    • Edit line 13 like this (choose another number of course, remove the #): Port 1234
    • /etc/init.d/ssh restart
  • Leave ths SSH connection open
  • Create a new one with the new port. If this fails, change the settings to original or try again


No comment has been posted yet.