Ok, so I did solve this issue with the help of Linux users. Problem is about access permissions. As I have installed the engine in /opt/ue5 the lines in the terminal was:
cd /opt
sudo chmod -R 777 ue5
This will grant the needed permissions. This should be in the installing instructions, thought…