We highly recommend migrating to the PIX4Dengine SDK. To get access to the latest documentation please visit PIX4Dengine Server SDK.
This article shows you how to download, install and configure PIX4Dengine Server on Linux. Please note that the GUI is not officially supported with the Linux version.
- To be connected to the Internet
- A valid PIX4Dengine Server license. Please contact us to purchase a PIX4Dengine Server license.
1. Download
To download the PIX4Dengine Server installer for Linux (.deb package), go to https://cloud.pix4d.com/download/.
2. Install
First, install the Linux dependencies shown here: Linux dependencies
To install PIX4Dengine Server, you'll need to use the following command:
sudo apt install ./pix4dmapper
By default, the newly installed PIX4Dengine Server executable is stored in a directory present in the PATH variable. If this is not the case, follow the instructions here https://help.ubuntu.com/community/EnvironmentVariables#Persistent_environment_variables
3. Configure
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.
Going forward
Process a first project with PIX4Dengine Server by following the instructions here: PIX4Dengine Server first processing. For more information on how to use the command line: How to use the command line.
For advanced users, more functions can be accessed by modifying the .p4d file: .p4d minimum format.