Running the Platform Assistant on Windows
Go Up to PAServer, the Platform Assistant Server Application
To run the Platform Assistant on Windows:
After you install the Platform Assistant on your PC, follow these steps to run it:
- Start the Platform Assistant server. You can start it either from the Windows Explorer, graphically, or from a
cmd
window. If you use acmd
window, you can start the Platform Assistant with customized options; see Setting Options for the Platform Assistant.- To open the Platform Assistant from the Windows Explorer:
- Open the Windows Explorer, and navigate to the Platform Assistant installation folder.
- Tip: If you used the default installation path, go to the
C:\Program Files (x86)\Embarcadero\PAServer\23.0
directory in your home folder.
- Double-click
paserver.exe
to start the Platform Assistant. Acmd
window appears, displaying the Platform Assistant banner and a password prompt:Remote Profile password <press Enter for no password>:
- Open the Windows Explorer, and navigate to the Platform Assistant installation folder.
- To open the Platform Assistant from a
cmd
window:- Open a
cmd
window, and runcd
with the path to the Platform Assistant installation folder. For example:$ cd "C:\Program Files (x86)\Embarcadero\PAServer\23.0"
- Run the
paserver.exe
executable in that folder:$ paserver.exe
- The Platform Assistant banner is displayed, followed by a password prompt:
Remote Profile password <press Enter for no password>:
- The Platform Assistant banner is displayed, followed by a password prompt:
- Open a
- To open the Platform Assistant from the Windows Explorer:
- At the password prompt, choose one of the following:
- To require a password for connecting to the Platform Assistant, enter a password of your choice, and press Enter.
- If you do not want to require a password when you connect to the Platform Assistant, press Enter.
After you follow these steps, you see in the cmd
window the following two lines:
Starting Platform Assistant Server on port 64211 >
The >
command prompt indicates that the Platform Assistant is in "listening" mode on the specified port (64211
by default). You can run the h
command (write "h" and press Enter) on the command prompt to see the list of available commands with a description. To quit the Platform Assistant, run the q
command.
See Setting Options for the Platform Assistant if you wish to set any options for the PAServer
.