Hello eaperezh
If you always interrupt ssh when installing the panel, you can use screen to keep the commands running in the background
Here is how to use screen
yum install screen -y
screen -S installpanel
exculte the install command
after your ssh is interrupted, you can execute the command screen -r installpanel to restore the terminal