[[PageOutline(2-5,Contents,pullout)]] = Onboard Administration = The Onboard installation combines the main Onboard applications for logging and uploading data to Onshore at https://web.oceanvisuals.no with a standalone (locally deployed) version of Onshore services that enable to (re)use the same web based user interface (Web UI) from https://web.oceanvisuals.no in offline mode. == Web UI [wiki:WikiStart#web-ui Overview] The access for Onboard administration is divided into 3 access levels: * basic, through Web UI's //Devices// view * maintenance, access to LIDAR's configuration * advanced, direct access to the Onboard PC's operating system === Devices View The //Devices// view provides a list (1) of Onboard devices and allows to switch individual devices //On// and //Off// (2) and control the Onshore uploader (3). [[Image(ov-devices.png)]] Switching //On// or //Off// the Onshore uploader will enable or disable offline mode of the Onboard installation. === Maintenance Operations == Onboard PC The official operating system for the Onboard installation is [http://lubuntu.net/ Lubuntu 16.04 LTS]. The documentation for Lubuntu can be found at https://help.ubuntu.com/community/Lubuntu/Documentation === Install Locations * /home/ov/ocean-visuals-onboard - default directory of the Onboard installation * /home/ov/ocean-visuals-offline-maps - bundles for offline maps === Starting, Stopping and Restarting Services {{{ $ ~/ocean-visuals-onboard/bin/ov-services-all.sh }}} Where //// can be: * start * stop * restart === Packageing Logs for Troubleshooting All logs of Ocean Visuals's applications are stored at * /home/ov/ocean-visuals-onboard/logs for troubleshooting various possible issues logs should be packaged up and sent to OV: {{{ $ cd ~/ocean-visuals-onboard $ tar -cJf ov-logs.tar.xz logs/ }}}