# Windows Socket Service Connector # Installation Execute to provided installation file and follow the installation wizard. [![image.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/bt1image.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/bt1image.png) After the installation was successful executed, you will find the service in the Microsoft services overview. [![image.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/YLeimage.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/YLeimage.png) The configuration file you can find under **C:\\ProgramData\\Sadevio\\appsettings.json** # Configure Access Control Cloud Connector Create a Sadevio connector token in the sadevio cloud system. Go to Maintenance -> Access System -> New Access System. As Connector Type, select Web Socket. The system will generate a unique Application Id which you need for the service. [![image.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/rFiimage.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/rFiimage.png) Now we need to configure the windows service. Open the configuration file as Administrator C:\\ProgramData\\Sadevio\\appsettings.json. Simply open it with a text editor.
{ "Logging": { "Console": { "Default": "Trace", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" }, "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "\*", "SADEVIO": { "local\_ip": "", "service\_port\_loop": 5005, "service\_port\_any": 5010, "certificate\_path": "", "certificate\_password": "", ** "cloud\_connector": true,** ** "cloud\_connector\_url": "wss://cloud.sadevio.com/sadevio\_socket\_module/socket/{0}/accesscontrol",** ** "cloud\_connector\_application\_id": "wst-52bd91eb0c180d9b0e82e36df82382898402c935282599cab9bbe04c8dec ",** ** ** ** "access\_system\_database\_connector": "Data Source=192.168.1.174\\\\SQLEXPRESS,1433;Initial Catalog=Velocity;User Id=sadeviointegration;Password=sadeviointegration",** ** "access\_system\_database\_connector\_dialect": "NHibernate.Dialect.MsSql2012Dialect, NHibernate",** ** "access\_system\_database\_connector\_connection\_driver": "NHibernate.Driver.SqlClientDriver"** } }
# Passport Reader Integration
{ "Logging": { "Console": { "Default": "Trace", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" }, "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "\*", "SADEVIO": { "local\_ip": "", "service\_port\_loop": 5005, "service\_port\_any": 5010, "certificate\_path": "", "certificate\_password": "", "passport\_reader\_uv": true, "passport\_reader\_ir": true, "passport\_authentication": true, "cloud\_connector": false, "cloud\_connector\_url": "wss://cloud.sadevio.com/sadevio\_socket\_module/socket/{0}/accesscontrol", "cloud\_connector\_application\_id": "", "access\_system\_type": "", "velocity\_rest\_ip": "", "velocity\_rest\_password": "", "velocity\_rest\_transfer\_qr\_code": false, "velocity\_rest\_template\_id": "", "velocity\_rest\_card\_format": "", "velocity\_requried\_udf\_fields": \[\], "access\_system\_database\_connector": "", "access\_system\_database\_connector\_dialect": "NHibernate.Dialect.MsSql2012Dialect, NHibernate", "access\_system\_database\_connector\_connection\_driver": "NHibernate.Driver.SqlClientDriver", "philippines\_id": true } }
### Passport Reader Authentication To activate the authentication feature with Assure Id, you need to set following configuration "passport\_reader\_uv": true, "passport\_reader\_ir": true, "passport\_authentication": true, #### Installation Download the Assure ID software from the installation share. [https://drive.google.com/drive/folders/1EU\_DoR-2Mjub9eWgm-omcPZIqcF0o64M?usp=sharing](https://drive.google.com/drive/folders/1EU_DoR-2Mjub9eWgm-omcPZIqcF0o64M?usp=sharing) Execute the "Install AssureID" [![Screenshot 2025-01-23 at 9.48.45 AM.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/screenshot-2025-01-23-at-9-48-45-am.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/screenshot-2025-01-23-at-9-48-45-am.png) Enter your license code [![Screenshot 2025-01-23 at 9.53.07 AM.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/screenshot-2025-01-23-at-9-53-07-am.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/screenshot-2025-01-23-at-9-53-07-am.png) Select the option to install "Complete" [![Screenshot 2025-01-23 at 9.53.58 AM.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/screenshot-2025-01-23-at-9-53-58-am.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/screenshot-2025-01-23-at-9-53-58-am.png) Activate your license with the AssurreID License Activation [![Screenshot 2025-01-23 at 9.57.02 AM.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/screenshot-2025-01-23-at-9-57-02-am.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/screenshot-2025-01-23-at-9-57-02-am.png) [![Screenshot 2025-01-23 at 9.58.04 AM.png](https://help.sadevio.com/uploads/images/gallery/2025-01/scaled-1680-/screenshot-2025-01-23-at-9-58-04-am.png)](https://help.sadevio.com/uploads/images/gallery/2025-01/screenshot-2025-01-23-at-9-58-04-am.png)