- Pix4D Documentation
- PIX4Dengine
- PIX4Dengine CLI - Obsolete
PIX4Dengine Server Installation on Windows
We highly recommend migrating to the PIX4Dengine SDK. To get access to the latest documentation please visit PIX4Dengine Server SDK.
This article shows how to download, install and configure Pix4Dengine Server on Windows.
- To be connected to the Internet
- A valid PIX4Dengine Server license. To purchase one, please contact us.
To download the PIX4Dengine Server installer for Windows (.msi installer), go to Pix4D download page.
To install PIX4Dengine Server, open the Windows Command Prompt and execute the following command:
msiexec /i A:\Example.msi
By default, the newly installed PIX4Dengine Server executable is not automatically added to the Windows PATH variable. As a consequence, it would be necessary change the working directory to the <PIX4Dengine Server installed directory> to use the command line. Alternatively, it is possible to add the PIX4Dengine Server executable to the PATH. To do so:
- Launch the Windows Command Prompt
- Type the following command:
set PATH=%PATH%;"<Pix4Dengine Server installed directory>"
Before processing a project, it is necessary to login and accept the EULA (after having read it). To do so, type the following command:
pix4dmapper -c --email EMAIL_ADDRESS --password PASSWORD --accept-eula yes
The -c argument is used to prevent the graphical user interface (GUI) from opening.
Process a first project with PIX4Dengine Server by following the instructions here: PIX4Dengine Server first processing.