FieldCam server installation
1. Unzip the server package
Download FieldCamSetup.zip and unzip it into the folder where you want the server to run (for example C:\FieldCamServer).
2. Run the installer script
- Open PowerShell as Administrator.
cdinto the folder where you unzipped the file.- Run
.\Install-FieldCamServer.ps1.
3. Point FieldCam at your server
Ensure the server machine has a fixed hostname or IP. In the FieldCam Android app, enter the upload URL when prompted, for example:
http://yourserver:5001/upload
4. Apply your license (enable uploads)
- Purchase a license from the licensing page.
- Save the license file you receive as
fieldcam.license.jsonin the FieldCam server folder. - Restart the FieldCam server task using the provided restart helper script.
Restarting the FieldCam server
A helper PowerShell script is provided in the server folder to restart the background task/service after you update configuration or replace the license file.
Uninstalling and backing up your license
When you no longer need FieldCam on a server, use the uninstall script in the server folder.
Before you uninstall, make a copy of fieldcam.license.json.
The uninstall process removes the entire C:\FieldCamServer folder, including the license file.