You can run Radmin Viewer's executable file, radmin.exe, in the installation directory with the following command-line switches:
Initiates connection to a remote computer without a phonebook:
/connect:<address>:<port>
Where:
Example:
/connect:212.44.120.10:4899
connects through an intermediate Radmin Server
/through:<address>:<port>
Where:
Example:
/connect:212.44.120.10:4899 /through:212.44.121.1:2000
starts with specified phonebook file.
/pbpath"path"
Where:
Example:
/pbpath"C:\my.rpb"
connects using the 'View Only' connection mode.
Example:
/connect:212.44.120.10:4899 /noinput
connects using the 'Telnet' connection mode.
Example:
/connect:212.44.120.10:4899 /telnet
connects using the 'File Transfer' connection mode.
Example:
/connect:212.44.120.10:4899 /file
connects using the 'Shutdown' connection mode.
Example:
/connect:212.44.120.10:4899 /shutdown
connects using the 'Text Chat' connection mode.
Example:
/connect:212.44.120.10:4899 /chat
connects using the 'Voice Chat' connection mode.
Example:
/connect:212.44.120.10:4899 /voice
connects using the 'Send Message' connection mode.
Example:
/connect:212.44.120.10:4899 /message
Used with the 'Full Control' connection mode (no mode switches) or 'View Only' connection mode (the '/noinput' switch). Will display the remote computer window in full screen.
Example:
/connect:212.44.120.10:4899 /noinput /fullscreen
Used with the 'Full Control' connection mode (no mode switches) or 'View Only' connection mode (the '/noinput' switch). Defines the color depth of images that Radmin Server will transfer to Radmin Viewer. Lower color depths will require less data to be transferred over the network, which improves update speeds but decreases image quality. Maximum color depth will show you almost the same image as on the remote computer, but the update speed can be slow.
Example:
/connect:212.44.120.10:4899 /noinput /16bpp
/updates:<number of updates per second>
Where:
Used with 'Full Control' connection mode (no mode switches) or 'View Only' connection mode (the '/noinput' switch). Will display the remote computer window with no more than the specified number of updates per second.
Example:
/connect:212.44.120.10:4899 /noinput /updates:30
Sends specified Radmin Server activation request file to the Famatech Activation Server and saves received license file. Received license file can be used to activate Radmin Server manually or using the Radmin Server command-line switches.
/sendrequest /requestfile"<request file name>" /licensefile"<license file name>" [/outputfile"<output file name>"]
Where:
Example:
radmin.exe /sendrequest /requestfile"C:\fam.request" /licensefile"C:\fam.license"
or
radmin.exe /sendrequest /requestfile"C:\fam.request" /licensefile"C:\fam.license" /outputfile"C:\fam.log"