PROXY Pro Master User Guide
×
Menu

Remote Terminal tab

Use the Remote Terminal tab on the Master Connection Window to operate the command prompt of the Host machine.  
 
Remote Terminal is a new service implemented in the Host for Windows that allows access to a command line window on the remote machine. Once connected, you can run any EXE program, including CMD.EXE (to get a Command Prompt) or POWERSHELL.EXE (to get a PowerShell shell). Remote Terminal is accessible as a tab in the installed Master connection window and from the Web Console as a text-mode terminal emulator.
 
The following text will be presented:
 
PROXY Pro Terminal [Version 11.x.xxxx]
Use "login" to establish the identity to use to run programs.
Use "help" to get list of available commands.
Current identity = << No user established >>
 
>
 
Typing "help" will result in the following output:
 
Available commands:
 
  help - Displays this help message.
 
  cls - Reset Terminal screen.
 
  login [username] – logs in as the specified username to establish the
  user that programs will be run as. Use 'system' or 'console' as username to
  adopt the System account identity (if you have permissions), or the console
  user identity (if there is a console user). Enter login with no username to
  see these choices.
 
All other command lines are assumed to be the name of an executable file
(either on the system PATH, or with an explicit path specified) and the
remainder of the line are the arguments for the program.