This article is for installing Plauti Server on Windows.
For Linux, see Install Plauti Server on Linux.
System Requirements
Recommended system requirements for Plauti Server on Windows:
RAM | 2 GB or higher |
CPU | Multi-core processor |
Storage | SSD hard disk (minimum of 10GB available) |
OS | Windows 8 and up, 64bit |
Internet Connection | Secured Broadband Internet connection, Broadband Router Wi-Fi internet connection |
Installing Plauti Server
These steps describe the installation process for the graphical installer, which is recommended procedure to use.
- Download Plauti Server via https://go.plauti.com/Plauti_Server_Win64_latest.
- Open the .exe file you just downloaded.
An initial loading window will appear.
- Wait for the process to complete. Windows may prompt you for administrator permission. Click Yes to allow the app to make changes to your device.
- When completed, the setup wizard will open. Click Next to continue.
- Enter the folder where you want to install Plauti Server. It is recommended to use the default location unless you have a specific reason to change it. Click Next.
- Enter either your Salesforce Organization ID, or your Dynamics Tenant ID. Make sure one of the fields contains a value before you click Next.
Note that you can always change the connected ID, or add more connections, once the app is set up. - The installation will now proceed. Once it is complete, the final screen will appear. Click Finish to exit the setup wizard.
Starting and verifying the service
Plauti Server runs as a Windows service. You will need to use the command line with administrator rights to manage it. Right-click Command Prompt or PowerShell and select Run as Administrator.
- In your administrator command line, run the following command:
sc start plauti-server
- Wait a few seconds for the service to initialize. Then check its status with the following command:
sc query plauti-server
To start the service variant, use net start plauti-serv
.