# 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"** } }