How to run the software
Download the software from our website
Transfer the software file to your server (you can use the command scp for this ->
scp ./TShell root@<IP>:/root/TShell)Make the file executable ->
sudo chmod +x ./TShellExecute the file ->
sudo ./TShell
You need to execute it with sudo/root user!
Last updated