RackNerd VPS LOG (non production)

apt-get update
apt-get upgrade
apt-get install mc htop iftop iotop

Node query

mcedit .bashrc

alias apt=’apt-get’
alias ls=’ls -F –color=auto’
alias iftop=’iftop -B’

source ~/.bashrc

(https://docs.hestiacp.com/getting_started.html?highlight=installation):
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
bash hst-install.sh -z no -o yes
Admin URL: https://vpslab.ru:8083
Username: admin
Password: W1th…

******
How to migrate user to the new server
1. Make user backup on the old server. In this example we will use admin as the reference.
v-backup-user admin
2. Copy tarball to the new server and place it in the /home/backup directory
scp /home/backup/admin.2014-01-14.tar new-server:/home/backup/
3. Restore backup on the new server
v-restore-user admin admin.2014-01-14.tar

If you want to restore data under another user name, simply rename archive. If user name doesn’t exist on the server, account will be created automatically.
mv /home/backup/admin.2014-01-14.tar /home/backup/newuser.2014-01-14.tar
v-restore-user newuser newuser.2014-01-14.tar
*******

Unknown Error with File manager? :
rm /home/admin(or relevant user)/.ssh/* if you did not created a ssh key yet (except file manager) will delete the key Then logout and try to re login
******

opcache.enable=1