square-terminalHow to run the software

Installation & Execution

  1. Download the software from our websitearrow-up-right.

  2. Transfer the software file to your server (you can use the command scp for this => scp ./TShell root@<IP>:/root/TShell)

  3. Make the file executable => sudo chmod +x ./TShell

  4. Execute the file => sudo ./TShell

circle-exclamation

Setup global Application

  1. Install and execute the application.

  2. Move the binary to the global path ⇒ sudo mv ./TShell /usr/local/bin/TShell

  3. You can now run TShell using the sudo TShell command from any path.

Last updated