Manual Installation
Windows
Note: Installation files can be downloaded from Settings
-> Endpoint Agent Software
when logged into the SenseOn platform.
- Download the install key file. Save the install key file to
C:\Windows\Temp
, where C
is the drive letter of the Windows installation drive.
- Download the installer MSI file.
- Run the installer by double-clicking on the MSI.
macOS
Note: Installation files can be downloaded from Settings
-> Endpoint Agent Software
when logged into the SenseOn platform.
- Download the install key file and save it to
/tmp
.
- The /tmp folder can be opened from finder by pressing
Command + Shift + G
and typing /tmp
in the pop-up box.
- Download the installation package.
- Double-click on the installation package.
- Go to System
Preferences
→ Privacy & Security
.
- Scroll to
Full Disk Access
and click on it.
- Slide the toggle for
senseon-see.app
and enter your password to apply the changes.
- Restart the agent. In a terminal, run
sudo seectl stop
and sudo seectl start
in succession.
Linux
Note: Installation files can be downloaded from Settings
-> Endpoint Agent Software
when logged into the SenseOn platform.
Ubuntu / Debian Installation
- Download the install key file. Save the install key file to
/tmp
.
- Download the installation package from the SenseOn platform.
- From the command-line, run
sudo apt install ./<package filename>
, where ./
is the path and <package filename>
is the filename of the package you downloaded. The installer will then execute as shown below.
$ sudo apt install ./senseon-see_6.8.2_x64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'senseon-see' instead of './senseon-see_6.8.2_x64.deb'
The following NEW packages will be installed:
senseon-see
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/114 MB of archives.
After this operation, 415 MB of additional disk space will be used.
Get:1 /home/user/senseon-see_6.8.2_x64.deb senseon-see amd64 6.8.2-1.linux [114 MB]
Selecting previously unselected package senseon-see.
(Reading database ... 34928 files and directories currently installed.)
Preparing to unpack .../senseon-see_6.8.2_x64.deb ...
Unpacking senseon-see (6.8.2-1.linux) ...
Setting up senseon-see (6.8.2-1.linux) ...
id: 'senseon-epns': no such user
Enabling and starting SEE service...
Synchronizing state of senseon-seed.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable senseon-seed
Created symlink /etc/systemd/system/multi-user.target.wants/senseon-seed.service → /lib/systemd/system/senseon-seed.service.
RedHat / CentOS
- Download the install key file. Save the install key file to
/tmp
.
- Download the installation package from the SenseOn platform.
- From the command-line, run
sudo rpm -U <package filename>
, where <package filename>
is the filename of the package you downloaded.