{% extends "base.html" %} {% block body %}

Full documentation: https://docs.tuxcare.com/eportal/.

Install KernelCare agent through ePortal

curl -s {{ eportal_url  }}/install-kernelcare | bash
kcarectl --register KEY

Install tuxctl through ePortal

curl -s {{ eportal_url  }}/install-tuxcare | bash
tuxctl --license-key KEY

Take note: KEY should have the ESU product enabled.

Setup repo to be able to update existing KernelCare agent through ePortal

curl -s {{ eportal_url }}/set-kernelcare-repo | bash

# rpm based
yum update kernelcare

# deb based
apt-get update
apt-get install kernelcare

Configure host with existing KernelCare agent to fetch patches from ePortal

curl -s {{ eportal_url }}/set-patch-server | bash
kcarectl --register KEY
{% endblock -%}