-
Notifications
You must be signed in to change notification settings - Fork 13
Installing Sentinel (V1.2) on Windows
An all-powerful toolset for Absolute.
Sentinel is an autonomous agent for persisting, processing and automating Absolute V12.1 governance objects and tasks, and for expanded functions in the upcoming Absolute releases.
Download the sentinel: https://github.com/absolute-community/sentinel/releases/download/1.2.0/sentinel-win64.exe
In your wallet go to tools and then open wallet configuration file.
Add the following if missing :
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=9918
rpcallowip=127.0.0.1
change someuser/somepass with whatever you want
Save and close.
To make it point to your absolute.conf, you have three options:
A) Create a file sentinel.conf in the same folder as the EXE with the following content:
absolute_conf=C:\path\to\absolute.conf
Start sentinel-win64.exe
B) From a console, execute the EXE by passing arguments sentinel-win64.exe --config=C:\path\to\absolute.conf
C) By creating a shortcut
Right click the sentinel-win64.exe, "Create Shortcut".
Right click the shortcut, Properties
Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\absolute.conf" INCLUDING the quotes "
Double click the shortcut to start sentinel.
Execute sentinel. In addition, you can create a windows scheduled task to execute your shortcut every minutes.