# Windows Socket Service Connector # Installation Execute to provided installation file and follow the installation wizard. [](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. [](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. [](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"** } } | |
{ "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 } } | |