Quick Start Guide

Quick Guide to deploy Single Node K2 On-Premises Portal on your infrastructure.

Prerequisites

Prerequisites

Steps

Below are the steps to deploy on-premises installer

Step 1 : Download and Extract Installer

Download the K2 On-Premises installer from k2io.net(Under Installation on the Menu list) Alternatively go to OnPremises Installer Download | K2 Portal

Extract the installer and change directory to k2onpreminstaller

tar -xvf k2onpreminstaller.tgz --no-same-owner; cd k2onpreminstaller

Step 2 : Add Permissions

Update the permissions of the complete directory using the linux user you wish to make the installation. For eg. centos

chmod -R centos:centos k2onpreminstaller

Step 3 : Run Deployment

Run the installation using the following command

bash k2onpreminstall.sh -i 2>&1 | tee -a k2onprem_install_output.txt

Step 4 : Verification

To view the K2 UI portal, you will be provided the URL and the user login credentials at the end of the installation(If the installation goes fine)

https://${MY_K2PORTAL_IP}/centralmanager/

Specify the host IP on which you have performed the installation in the above URL and access K2 Portal.

Step 5 : Troubleshooting

If you face any issues in the installation check our troubleshooting page

Troubleshooting

Last updated

Was this helpful?