<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://support.telcred.com/documentation/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Telcredstaff</id>
	<title>Telcred documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://support.telcred.com/documentation/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Telcredstaff"/>
	<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php/Special:Contributions/Telcredstaff"/>
	<updated>2026-04-15T20:22:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1737</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1737"/>
		<updated>2026-02-17T15:31:05Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Perform: On doors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;command&#039;&#039; is one or more predefined actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]] being activated.&lt;br /&gt;
&lt;br /&gt;
Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a set of doors, e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;.&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system or turn on the lights).&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule).&lt;br /&gt;
&lt;br /&gt;
=== Origin dependency for commands and relevance for triggers ===&lt;br /&gt;
&lt;br /&gt;
With &#039;&#039;origin&#039;&#039; is meant a door or a controller that forms the context for executing a command. [[Triggers]] of the types &#039;Mobile action from site’ and &#039;External request&#039; do not provide one, and may therefore only execute commands that are origin independent. &lt;br /&gt;
&lt;br /&gt;
All other types of triggers provide an origin and may thus execute both origin independent and origin dependent commands.&lt;br /&gt;
&lt;br /&gt;
== Origin independent commands ==&lt;br /&gt;
&lt;br /&gt;
Origin independent commands always operate on the same door(s) / controller(s) / external target(s) regardless of how or from where the command is triggered. An example of an origin independent command could be to always unlock the same two doors.&lt;br /&gt;
&lt;br /&gt;
=== Perform: On doors ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the door(s) to operate on.&lt;br /&gt;
&lt;br /&gt;
The available commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-doors.png|Independent command on doors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All doors&#039;&#039; is selected the command will be performed on all of the doors in the [[Delegation|system]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: On controllers ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the controller(s) to operate on. &lt;br /&gt;
&lt;br /&gt;
The available commands are the ones that have been defined for &#039;&#039;Origin port output&#039;&#039; (see the section on Origin dependent commands below).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-controllers.png|Independent command on controllers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All controllers&#039;&#039; is selected the command will be performed on all of the controllers in the [[Delegation|system]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: Externally ===&lt;br /&gt;
&lt;br /&gt;
Construct the API call to be performed by choosing the http method (GET/PUT/POST) and the body of the message.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-externally.png|Independent command externally]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Independent sequence ===&lt;br /&gt;
&lt;br /&gt;
A list of origin independent commands to be executed in a given order. Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-sequence.png|Independent command sequence]]&lt;br /&gt;
&lt;br /&gt;
== Origin dependent commands ==&lt;br /&gt;
&lt;br /&gt;
For origin dependent commands, it matters &#039;&#039;from where&#039;&#039; the command is triggered. The door or controller on which the command operates is dependent on the &#039;&#039;origin&#039;&#039; of the trigger.&lt;br /&gt;
&lt;br /&gt;
One example of an origin dependent command is to unlock a door by entering a special code on its associated reader.&lt;br /&gt;
&lt;br /&gt;
An origin is either a door or a controller. Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;br /&gt;
&lt;br /&gt;
=== Perform: Native door command ===&lt;br /&gt;
&lt;br /&gt;
Door commands are &amp;quot;native&amp;quot;, i.e. are already available in the system, so there is no need to define them before they can be invoked by a trigger or included in other commands.&lt;br /&gt;
&lt;br /&gt;
The native door commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
=== Perform: Origin port output ===&lt;br /&gt;
&lt;br /&gt;
Select the target output port and the action that should be performed.&lt;br /&gt;
&lt;br /&gt;
Note that not all controllers have all IO ports (e.g. Axis A1001 only has IO1 and IO2) so it is necessary to know which type of controller that will be used when specifying the output port of the command. It is also necessary to [[A1001_settings#IO_port_settings|configure the IO ports of the controller]].&lt;br /&gt;
&lt;br /&gt;
The available actions are:&lt;br /&gt;
* Activate &lt;br /&gt;
* Deactivate&lt;br /&gt;
* Pulse&lt;br /&gt;
&lt;br /&gt;
For Pulse, it is possible to set the pulse length in seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-port.png|Dependent command port output]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A list of commands of any type to be executed in a given order. The origin will be used for any origin dependent commands in the list. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-sequence.png|Dependent command sequence]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
== Performing commands from the administrator GUI ==&lt;br /&gt;
&lt;br /&gt;
=== Origin independent commands ===&lt;br /&gt;
&lt;br /&gt;
Origin independent commands can be performed from their detail page:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-command-independent.png|border|Perform independent command]]&lt;br /&gt;
&lt;br /&gt;
=== Native door commands ===&lt;br /&gt;
&lt;br /&gt;
Native door commands can be performed from a door detail page, where they are called &#039;&#039;Actions&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-door-actions.png|border|Perform door actions]]&lt;br /&gt;
&lt;br /&gt;
=== Origin port commands ===&lt;br /&gt;
&lt;br /&gt;
Origin port output commands can be performed from a controller detail page (if the controller has a matching output port configured).&lt;br /&gt;
&lt;br /&gt;
[[File:perform-origin-port-commands.png|border|Perform origin port commands]]&lt;br /&gt;
&lt;br /&gt;
=== Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A sequence of commands of which at least one is origin dependent can be launched from either a door detail page or a controller detail page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-sequence-on-origin.png|border|Perform sequence applied on origin commands]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1736</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1736"/>
		<updated>2026-02-17T15:30:46Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Perform: On controllers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;command&#039;&#039; is one or more predefined actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]] being activated.&lt;br /&gt;
&lt;br /&gt;
Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a set of doors, e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;.&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system or turn on the lights).&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule).&lt;br /&gt;
&lt;br /&gt;
=== Origin dependency for commands and relevance for triggers ===&lt;br /&gt;
&lt;br /&gt;
With &#039;&#039;origin&#039;&#039; is meant a door or a controller that forms the context for executing a command. [[Triggers]] of the types &#039;Mobile action from site’ and &#039;External request&#039; do not provide one, and may therefore only execute commands that are origin independent. &lt;br /&gt;
&lt;br /&gt;
All other types of triggers provide an origin and may thus execute both origin independent and origin dependent commands.&lt;br /&gt;
&lt;br /&gt;
== Origin independent commands ==&lt;br /&gt;
&lt;br /&gt;
Origin independent commands always operate on the same door(s) / controller(s) / external target(s) regardless of how or from where the command is triggered. An example of an origin independent command could be to always unlock the same two doors.&lt;br /&gt;
&lt;br /&gt;
=== Perform: On doors ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the door(s) to operate on.&lt;br /&gt;
&lt;br /&gt;
The available commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-doors.png|Independent command on doors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All doors&#039;&#039; is selected the command will be performed on all of the doors in the [[Delegation|organization]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: On controllers ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the controller(s) to operate on. &lt;br /&gt;
&lt;br /&gt;
The available commands are the ones that have been defined for &#039;&#039;Origin port output&#039;&#039; (see the section on Origin dependent commands below).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-controllers.png|Independent command on controllers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All controllers&#039;&#039; is selected the command will be performed on all of the controllers in the [[Delegation|system]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: Externally ===&lt;br /&gt;
&lt;br /&gt;
Construct the API call to be performed by choosing the http method (GET/PUT/POST) and the body of the message.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-externally.png|Independent command externally]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Independent sequence ===&lt;br /&gt;
&lt;br /&gt;
A list of origin independent commands to be executed in a given order. Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-sequence.png|Independent command sequence]]&lt;br /&gt;
&lt;br /&gt;
== Origin dependent commands ==&lt;br /&gt;
&lt;br /&gt;
For origin dependent commands, it matters &#039;&#039;from where&#039;&#039; the command is triggered. The door or controller on which the command operates is dependent on the &#039;&#039;origin&#039;&#039; of the trigger.&lt;br /&gt;
&lt;br /&gt;
One example of an origin dependent command is to unlock a door by entering a special code on its associated reader.&lt;br /&gt;
&lt;br /&gt;
An origin is either a door or a controller. Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;br /&gt;
&lt;br /&gt;
=== Perform: Native door command ===&lt;br /&gt;
&lt;br /&gt;
Door commands are &amp;quot;native&amp;quot;, i.e. are already available in the system, so there is no need to define them before they can be invoked by a trigger or included in other commands.&lt;br /&gt;
&lt;br /&gt;
The native door commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
=== Perform: Origin port output ===&lt;br /&gt;
&lt;br /&gt;
Select the target output port and the action that should be performed.&lt;br /&gt;
&lt;br /&gt;
Note that not all controllers have all IO ports (e.g. Axis A1001 only has IO1 and IO2) so it is necessary to know which type of controller that will be used when specifying the output port of the command. It is also necessary to [[A1001_settings#IO_port_settings|configure the IO ports of the controller]].&lt;br /&gt;
&lt;br /&gt;
The available actions are:&lt;br /&gt;
* Activate &lt;br /&gt;
* Deactivate&lt;br /&gt;
* Pulse&lt;br /&gt;
&lt;br /&gt;
For Pulse, it is possible to set the pulse length in seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-port.png|Dependent command port output]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A list of commands of any type to be executed in a given order. The origin will be used for any origin dependent commands in the list. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-sequence.png|Dependent command sequence]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
== Performing commands from the administrator GUI ==&lt;br /&gt;
&lt;br /&gt;
=== Origin independent commands ===&lt;br /&gt;
&lt;br /&gt;
Origin independent commands can be performed from their detail page:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-command-independent.png|border|Perform independent command]]&lt;br /&gt;
&lt;br /&gt;
=== Native door commands ===&lt;br /&gt;
&lt;br /&gt;
Native door commands can be performed from a door detail page, where they are called &#039;&#039;Actions&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-door-actions.png|border|Perform door actions]]&lt;br /&gt;
&lt;br /&gt;
=== Origin port commands ===&lt;br /&gt;
&lt;br /&gt;
Origin port output commands can be performed from a controller detail page (if the controller has a matching output port configured).&lt;br /&gt;
&lt;br /&gt;
[[File:perform-origin-port-commands.png|border|Perform origin port commands]]&lt;br /&gt;
&lt;br /&gt;
=== Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A sequence of commands of which at least one is origin dependent can be launched from either a door detail page or a controller detail page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-sequence-on-origin.png|border|Perform sequence applied on origin commands]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1735</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Commands&amp;diff=1735"/>
		<updated>2026-02-17T15:29:17Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Origin dependency for commands and relevance for triggers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;command&#039;&#039; is one or more predefined actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]] being activated.&lt;br /&gt;
&lt;br /&gt;
Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a set of doors, e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;.&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system or turn on the lights).&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule).&lt;br /&gt;
&lt;br /&gt;
=== Origin dependency for commands and relevance for triggers ===&lt;br /&gt;
&lt;br /&gt;
With &#039;&#039;origin&#039;&#039; is meant a door or a controller that forms the context for executing a command. [[Triggers]] of the types &#039;Mobile action from site’ and &#039;External request&#039; do not provide one, and may therefore only execute commands that are origin independent. &lt;br /&gt;
&lt;br /&gt;
All other types of triggers provide an origin and may thus execute both origin independent and origin dependent commands.&lt;br /&gt;
&lt;br /&gt;
== Origin independent commands ==&lt;br /&gt;
&lt;br /&gt;
Origin independent commands always operate on the same door(s) / controller(s) / external target(s) regardless of how or from where the command is triggered. An example of an origin independent command could be to always unlock the same two doors.&lt;br /&gt;
&lt;br /&gt;
=== Perform: On doors ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the door(s) to operate on.&lt;br /&gt;
&lt;br /&gt;
The available commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-doors.png|Independent command on doors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All doors&#039;&#039; is selected the command will be performed on all of the doors in the [[Delegation|organization]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: On controllers ===&lt;br /&gt;
&lt;br /&gt;
Choose the command to be executed and the controller(s) to operate on. &lt;br /&gt;
&lt;br /&gt;
The available commands are the ones that have been defined for &#039;&#039;Origin port output&#039;&#039; (see the section on Origin dependent commands below).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-controllers.png|Independent command on controllers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;All controllers&#039;&#039; is selected the command will be performed on all of the controllers in the [[Delegation|organization]].&lt;br /&gt;
&lt;br /&gt;
=== Perform: Externally ===&lt;br /&gt;
&lt;br /&gt;
Construct the API call to be performed by choosing the http method (GET/PUT/POST) and the body of the message.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-externally.png|Independent command externally]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Independent sequence ===&lt;br /&gt;
&lt;br /&gt;
A list of origin independent commands to be executed in a given order. Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-independent-sequence.png|Independent command sequence]]&lt;br /&gt;
&lt;br /&gt;
== Origin dependent commands ==&lt;br /&gt;
&lt;br /&gt;
For origin dependent commands, it matters &#039;&#039;from where&#039;&#039; the command is triggered. The door or controller on which the command operates is dependent on the &#039;&#039;origin&#039;&#039; of the trigger.&lt;br /&gt;
&lt;br /&gt;
One example of an origin dependent command is to unlock a door by entering a special code on its associated reader.&lt;br /&gt;
&lt;br /&gt;
An origin is either a door or a controller. Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;br /&gt;
&lt;br /&gt;
=== Perform: Native door command ===&lt;br /&gt;
&lt;br /&gt;
Door commands are &amp;quot;native&amp;quot;, i.e. are already available in the system, so there is no need to define them before they can be invoked by a trigger or included in other commands.&lt;br /&gt;
&lt;br /&gt;
The native door commands are:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Override to blocked&lt;br /&gt;
* Override to double locked&lt;br /&gt;
* Override to locked&lt;br /&gt;
* Override to unlocked&lt;br /&gt;
* Release override&lt;br /&gt;
&lt;br /&gt;
=== Perform: Origin port output ===&lt;br /&gt;
&lt;br /&gt;
Select the target output port and the action that should be performed.&lt;br /&gt;
&lt;br /&gt;
Note that not all controllers have all IO ports (e.g. Axis A1001 only has IO1 and IO2) so it is necessary to know which type of controller that will be used when specifying the output port of the command. It is also necessary to [[A1001_settings#IO_port_settings|configure the IO ports of the controller]].&lt;br /&gt;
&lt;br /&gt;
The available actions are:&lt;br /&gt;
* Activate &lt;br /&gt;
* Deactivate&lt;br /&gt;
* Pulse&lt;br /&gt;
&lt;br /&gt;
For Pulse, it is possible to set the pulse length in seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-port.png|Dependent command port output]]&lt;br /&gt;
&lt;br /&gt;
=== Perform: Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A list of commands of any type to be executed in a given order. The origin will be used for any origin dependent commands in the list. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:command-dependent-sequence.png|Dependent command sequence]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that if one command fails, the sequence will be terminated.&lt;br /&gt;
&lt;br /&gt;
== Performing commands from the administrator GUI ==&lt;br /&gt;
&lt;br /&gt;
=== Origin independent commands ===&lt;br /&gt;
&lt;br /&gt;
Origin independent commands can be performed from their detail page:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-command-independent.png|border|Perform independent command]]&lt;br /&gt;
&lt;br /&gt;
=== Native door commands ===&lt;br /&gt;
&lt;br /&gt;
Native door commands can be performed from a door detail page, where they are called &#039;&#039;Actions&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-door-actions.png|border|Perform door actions]]&lt;br /&gt;
&lt;br /&gt;
=== Origin port commands ===&lt;br /&gt;
&lt;br /&gt;
Origin port output commands can be performed from a controller detail page (if the controller has a matching output port configured).&lt;br /&gt;
&lt;br /&gt;
[[File:perform-origin-port-commands.png|border|Perform origin port commands]]&lt;br /&gt;
&lt;br /&gt;
=== Sequence applied on origin ===&lt;br /&gt;
&lt;br /&gt;
A sequence of commands of which at least one is origin dependent can be launched from either a door detail page or a controller detail page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:perform-sequence-on-origin.png|border|Perform sequence applied on origin commands]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Given a door origin, a command that requires a controller, when executed, will be applied on the controller of the door. Given a controller origin, a command that requires a door, when executed, will be applied on each of the doors of the controller.&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Triggers&amp;diff=1734</id>
		<title>Triggers</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Triggers&amp;diff=1734"/>
		<updated>2026-02-17T15:23:29Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Notifications and commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using &#039;&#039;triggers&#039;&#039;, it is possible to specify conditions that, when met, should send a [[Notifications|notification]], start a [[Commands|command]], or both. &lt;br /&gt;
&lt;br /&gt;
== Trigger types and activation ==&lt;br /&gt;
&lt;br /&gt;
=== Event ===&lt;br /&gt;
&lt;br /&gt;
A trigger of type &#039;&#039;Event&#039;&#039; is activated when a matching event is received in the [[Events|event log]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:create-trigger-event.png|border|Create trigger for events]]&lt;br /&gt;
&lt;br /&gt;
=== Reader input ===&lt;br /&gt;
&lt;br /&gt;
A trigger of type &#039;&#039;Reader input&#039;&#039; is activated when a user enters a pre-defined code on an access control reader. Codes are always prefixed with a * (e.g. *112).&lt;br /&gt;
&lt;br /&gt;
[[File:activate-trigger-reader.png|border|Activate trigger for readers]]&lt;br /&gt;
&lt;br /&gt;
It is possible to require authentication to activate the trigger. If authentication is required, it is necessary to specify:&lt;br /&gt;
* The authentication method (card or personal PIN)&lt;br /&gt;
* Whether to block the card reader before presenting the authentication credential. This is to prevent the door from unlocking or even opening (especially if the door opens automatically). If &#039;Block access&#039; is set to &#039;&#039;Yes&#039;&#039;, the card reader will flash to indicate that the reader has been blocked and is ready to accept the credential. The correct procedure for the end user then becomes:&lt;br /&gt;
# Enter activation code&lt;br /&gt;
# Wait for the reader to flash (to indicate that the reader has been blocked)&lt;br /&gt;
# Present the credential (swipe card or enter PIN)&lt;br /&gt;
* Allowed [[Roles|roles]], i.e. which roles should be allowed to activate the trigger.&lt;br /&gt;
&lt;br /&gt;
==== User feedback ====&lt;br /&gt;
&lt;br /&gt;
All readers behave a little differently, but in general this is what should be expected.&lt;br /&gt;
&lt;br /&gt;
===== No authentication credential required =====&lt;br /&gt;
&lt;br /&gt;
# Enter the activation code (e.g. *111).&lt;br /&gt;
# Wait for a blinking &amp;quot;success indicator&amp;quot; (will blink for approx. two seconds). The success indicator indicates that the command completed successfully. If the success indicator is not displayed, the command failed to complete all of its actions.&lt;br /&gt;
&lt;br /&gt;
===== Authentication credential required =====&lt;br /&gt;
&lt;br /&gt;
# Enter the activation code (e.g. *111).&lt;br /&gt;
# Wait for the reader to start blinking (can take a few seconds). This means that the reader has been temporarily blocked and is ready to receive the authentication credential (i.e. user PIN or card) without granting access. &lt;br /&gt;
# Wait for a blinking &amp;quot;success indicator&amp;quot; (will blink for approx two seconds). The success indicator indicates that the command completed successfully. If the success indicator is not displayed, the command failed to complete all of its actions.&lt;br /&gt;
&lt;br /&gt;
=== Mobile action ===&lt;br /&gt;
&lt;br /&gt;
A trigger of type &#039;&#039;Mobile action&#039;&#039; is activated from the mobile app [[Telcred Personal]]. It is necessary to specify whether the origin is by &#039;&#039;Site&#039;&#039; or by &#039;&#039;Door&#039;&#039;. This determines if the trigger will be displayed on the Site detail page or on the respective page of the individual doors. It can also have consequences for what the trigger does, in case the trigger invokes a command (see further the section on independent commands vs. origin dependent commands in the [[Commands|commands]] documentation). Just as for &#039;&#039;Reader input&#039;&#039; with authentication, it is necessary to specify which [[Roles|roles]] are allowed to activate the trigger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:activate-trigger-remote.png|border|Activate remote trigger]]&lt;br /&gt;
&lt;br /&gt;
=== IO port activity ===&lt;br /&gt;
&lt;br /&gt;
A trigger of type &#039;&#039;IO port activity&#039;&#039; is activated when an input port on a controller changes state. It is necessary to specify which input port and transition should activate the trigger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:activate-trigger-ioport.png|Activate IO port trigger]]&lt;br /&gt;
&lt;br /&gt;
=== External request ===&lt;br /&gt;
&lt;br /&gt;
A trigger of type &#039;&#039;External request&#039;&#039; is activated when the Telcred Access Manager service receives an https GET or POST request on a specified &amp;quot;secret&amp;quot; URL, which is automatically generated by the Telcred service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:activate-trigger-external-request.png|Activate External request trigger]]&lt;br /&gt;
&lt;br /&gt;
== Optional restrictions ==&lt;br /&gt;
&lt;br /&gt;
It is possible to restrict a trigger with regards to:&lt;br /&gt;
* When the trigger can be activated&lt;br /&gt;
* Which events or actions can activate the trigger&lt;br /&gt;
&lt;br /&gt;
The options for restricting the trigger depend on the trigger type and possibly also on choices made regarding the trigger activation. For example, for a trigger of type &#039;&#039;Event&#039;&#039;, the available restrictions will depend on which event(s) activate the trigger. An &#039;&#039;Access granted&#039;&#039; event can be restricted with regards to time door, user, and method:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:trigger-restrictions-event-access-granted.png|Restrictions for Access granted event]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the other hand, a &#039;&#039;Controller offline&#039;&#039; event can only be restricted with regards to time and controller:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:trigger-restrictions-event-controller offline.png|Restrictions for Controller offline event]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Restrictions that do not apply to all of the activation conditions will not be displayed. For example, if both &#039;&#039;Access granted&#039;&#039; and &#039;&#039;Controller offline&#039;&#039; are selected as activation conditions for a trigger of type &#039;&#039;Event&#039;&#039;, it will only be possible to restrict the trigger with regards to time since no event contains attributes for both door and controller. In this case, it may be necessary to create two separate triggers - each with its own restrictions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:trigger-restrictions-access-mixed.png|Restrictions for mixed door and controller events]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notifications and commands ==&lt;br /&gt;
&lt;br /&gt;
The final step of creating a trigger is to specify what should happen when the trigger is activated. The same trigger can invoke both notifications and [[Commands|commands]]. For notifications, it is necessary to specify the [[Recipients|recipient(s)]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[file:recipients.png|border|Recipients]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commands are divided into &#039;&#039;Origin independent&#039;&#039; and &#039;&#039;Origin dependent&#039;&#039;. The two categories are explained in more detail in the documentation for [[Commands|commands]], but in short an origin independent command will always have the same effect, regardless from where it is triggered, while an origin dependent command takes the origin as an input (e.g. perform &#039;&#039;Override to unlocked&#039;&#039; on the door where the trigger is entered on the reader or activate an output port on the controller of the door where the trigger is entered).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[file:commands.png|border|Commands]]&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1733</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1733"/>
		<updated>2025-05-15T13:00:17Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Actions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Notes&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Always require PIN&#039;&#039;. What the label says. If set to &#039;Yes&#039;, this door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door. A common use case for this setting is to prevent tenants from giving users access to entrances without requiring a PIN.&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
* &#039;&#039;Advanced settings / Return to schedule at&#039;&#039;. If specified, the door will end a &amp;quot;soft override&amp;quot; and return to schedule at this time. A common use case for this setting is to make sure to not forget returning a door to schedule that has been set to unlocked via soft override during the day.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
Override exists in two variants: hard and soft. A hard override will remain in force until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. A soft override, on the other hand, will automatically return to schedule the next time the door&#039;s schedule changes. &lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1732</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1732"/>
		<updated>2025-02-24T12:45:13Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Notes&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Always require PIN&#039;&#039;. What the label says. If set to &#039;Yes&#039;, this door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door. A common use case for this setting is to prevent tenants from giving users access to entrances without requiring a PIN.&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
* &#039;&#039;Advanced settings / Return to schedule at&#039;&#039;. If specified, the door will end a &amp;quot;soft override&amp;quot; and return to schedule at this time. A common use case for this setting is to make sure to not forget returning a door to schedule that has been set to unlocked via soft override during the day.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
A door where &#039;&#039;Override schedule&#039;&#039; has been set will stay in this state until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. When this happens the door will switch back to whatever lock state it should have been in at that time according to the schedule(s) defined for &#039;&#039;Unlock&#039;&#039; and &#039;&#039;Unlock lock 2 only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1731</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1731"/>
		<updated>2025-02-24T12:43:37Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Notes&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Always require PIN&#039;&#039;. What the label says. If set to &#039;Yes&#039;, this door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door. A common use case for this setting is to prevent tenants from giving users access to entrances without requiring a PIN.&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
* &#039;&#039;Advanced settings / Return to schedule at&#039;&#039;. If specified, the door will end a &amp;quot;soft override&amp;quot; and return to schedule at this time. A common use case for this setting is to make sure that a door that has been set to unlocked via soft override is not forgotten in the evening, so that it remains unlocked the whole night.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
A door where &#039;&#039;Override schedule&#039;&#039; has been set will stay in this state until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. When this happens the door will switch back to whatever lock state it should have been in at that time according to the schedule(s) defined for &#039;&#039;Unlock&#039;&#039; and &#039;&#039;Unlock lock 2 only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1730</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1730"/>
		<updated>2025-02-24T12:37:15Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Notes&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Always require PIN&#039;&#039;. What the label says. If set to &#039;Yes&#039;, this door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door. A common use case for this setting is to prevent tenants from giving users access to entrances without requiring a PIN.&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
A door where &#039;&#039;Override schedule&#039;&#039; has been set will stay in this state until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. When this happens the door will switch back to whatever lock state it should have been in at that time according to the schedule(s) defined for &#039;&#039;Unlock&#039;&#039; and &#039;&#039;Unlock lock 2 only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Keys&amp;diff=1729</id>
		<title>Keys</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Keys&amp;diff=1729"/>
		<updated>2025-02-24T12:27:34Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a key is a shortcut to assign access privileges to a card (or keyfob), PIN code, or URL. It can be very useful for small installations and residential use cases, where administrators typically handle a small number of credentials and doors.  &lt;br /&gt;
&lt;br /&gt;
When creating a new key, it is required to give it a name and to specify the credential type. For credential type &#039;Card&#039;, it is then necessary to choose an available card, i.e. a card that has not already been allocated to a user or to another key. For PIN codes and URLs, the system will, instead, generate a random PIN / URL after the administrator presses Save.&lt;br /&gt;
&lt;br /&gt;
Next, you can specify if the key should be &#039;&#039;limited&#039;&#039; or not. If not, the key will be able to open all doors belonging to the relevant [[Delegation|system]] and at any time (just like a mechanical key).&lt;br /&gt;
&lt;br /&gt;
For a limited key, you can select which time it should be valid and which doors it should be able to open.&lt;br /&gt;
&lt;br /&gt;
Just as for devices, it is possible to block a key which will temporarily remove all access privileges from the key.&lt;br /&gt;
&lt;br /&gt;
Finally, it is possible to specify a PIN for the key, for doors that require a PIN.&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1728</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1728"/>
		<updated>2025-01-29T15:44:46Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_detail_page.png|border|Door detail page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Description&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
* Always require PIN. What it says. If set to &#039;Yes&#039;, this door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
A door where &#039;&#039;Override schedule&#039;&#039; has been set will stay in this state until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. When this happens the door will switch back to whatever lock state it should have been in at that time according to the schedule(s) defined for &#039;&#039;Unlock&#039;&#039; and &#039;&#039;Unlock lock 2 only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1727</id>
		<title>Doors</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Doors&amp;diff=1727"/>
		<updated>2025-01-29T15:44:15Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_detail_page.png|border|Door detail page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the door detail page, the administrator can see and change settings relevant to the individual door. The &#039;&#039;door name&#039;&#039; cannot be changed from here as it is defined in the [[Door configs|door config]]. The settings which are possible to change are: &lt;br /&gt;
* &#039;&#039;Description&#039;&#039;. Optional&lt;br /&gt;
* &#039;&#039;Door groups&#039;&#039;. Optional. For more information on door groups, see [[Door groups|this page]].&lt;br /&gt;
* &#039;&#039;Unlocked during&#039;&#039;. The door will be unlocked according to a schedule (e.g. weekdays between 09.00 and 17.00). If the door has two locks, both will be unlocked.&lt;br /&gt;
* &#039;&#039;Lock 2 unlocked during&#039;&#039;. Allows to unlock only the second lock according to a schedule (typically a night lock / motor lock).&lt;br /&gt;
* Always require PIN. What it says. This door can only be opened with card + PIN, even if a user has the the &#039;card only&#039; privilege for the door.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Four statuses are displayed in the right-hand column for a door:&lt;br /&gt;
* Connection&lt;br /&gt;
* Lock mode&lt;br /&gt;
* Lock state&lt;br /&gt;
* Door state&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Connection&#039;&#039; are:&lt;br /&gt;
* Online&lt;br /&gt;
* Offline&lt;br /&gt;
* Incomplete configuration. This means that the controller is not fully configured yet and has never been online.&lt;br /&gt;
* Ready to connect. This means that the controller is fully configured and ready to be connected to the Telcred service.&lt;br /&gt;
* Failing. This means that the controller is online, but is having problems to sync with the Telcred service. If this happens it is necessary to reset the controller.&lt;br /&gt;
&lt;br /&gt;
Lock mode is what the lock is expected to be when the door is at rest. It is the result of combining (1) schedule override if any, (2) unlock schedules if any, and (3) the number of locks that the door is configured with. An example of when the door is not at rest is when access has been granted. If the door is locked and access is granted, then the lock will become unlocked during the time of the access but the lock mode will remain “Locked”. Possible values for &#039;&#039;Lock mode&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Blocked. The door is locked and grant access is prevented, even with a valid credential.&lt;br /&gt;
&lt;br /&gt;
Lock state is the state indicated by the latest related event received from the controller. If the door is locked, but access is granted, lock state will change during the time of the access. Possible values for &#039;&#039;Lock state&#039;&#039; are:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked. The door is locked with one lock. If the door has two locks, lock 2 is unlocked.&lt;br /&gt;
* Double locked. The door has two locks and both are locked.&lt;br /&gt;
* Unknown. It is not possible to determine the lock state, e.g. because the controller has not been configured yet.&lt;br /&gt;
&lt;br /&gt;
Possible values for &#039;&#039;Door state&#039;&#039; are:&lt;br /&gt;
* Open &lt;br /&gt;
* Closed&lt;br /&gt;
* Unknown&lt;br /&gt;
&lt;br /&gt;
If the door has no door monitor, the door state will always be unknown. It could also be unknown due to the fact that the controller is currently offline.&lt;br /&gt;
&lt;br /&gt;
== Actions ==&lt;br /&gt;
&lt;br /&gt;
It is possible for an administrator, or officer, to &#039;&#039;Grant access&#039;&#039; on a door. This is equivalent to presenting a valid credential to the reader (or using one of the mobile access methods). The door will unlock for the time determined by the &#039;&#039;Access time&#039;&#039; setting, an alert will be triggered if the door is open longer than the time defined by the &#039;&#039;Open too long alarm&#039;&#039; setting, etc. In the &#039;&#039;Events&#039;&#039; log, the &#039;&#039;Method&#039;&#039; will be recorded as &#039;&#039;Officer&#039;&#039; and the officer username will be displayed.&lt;br /&gt;
&lt;br /&gt;
A second group of actions have to do with overriding the schedule(s) that determine when the door&#039;s lock(s) should unlock. It is possible to override whatever lock state the door is in to one of:&lt;br /&gt;
* Unlocked&lt;br /&gt;
* Locked&lt;br /&gt;
* Double locked&lt;br /&gt;
* Blocked&lt;br /&gt;
&lt;br /&gt;
A door where &#039;&#039;Override schedule&#039;&#039; has been set will stay in this state until the administrator presses &#039;&#039;Return to schedule&#039;&#039;. When this happens the door will switch back to whatever lock state it should have been in at that time according to the schedule(s) defined for &#039;&#039;Unlock&#039;&#039; and &#039;&#039;Unlock lock 2 only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: If the door has a wireless lock from [[SimonsVoss SmartIntego]] and it happens to be offline while the Axis controller it is connected to is online, an action may be reported as successful even if did not have the desired effect on the physical lock. More information about this scenario can be found [[Offline wireless locks|here]].&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
In the lower part of the right-hand column it is possible to perform user defined origin dependent [[Commands]].&lt;br /&gt;
&lt;br /&gt;
== Validating access ==&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, there is a link that lets you [[Validating access|check who has access to the door]].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=File:Door_detail_page.png&amp;diff=1726</id>
		<title>File:Door detail page.png</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=File:Door_detail_page.png&amp;diff=1726"/>
		<updated>2025-01-29T15:42:52Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: Telcredstaff uploaded a new version of File:Door detail page.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1725</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1725"/>
		<updated>2024-11-11T14:43:04Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, and delegation === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc, and has its own administrators. The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without being dependent on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== System types ====&lt;br /&gt;
&lt;br /&gt;
There are four types of systems:&lt;br /&gt;
* Standard&lt;br /&gt;
* Standard with delegation&lt;br /&gt;
* Virtual&lt;br /&gt;
* Sub-system&lt;br /&gt;
&lt;br /&gt;
A standard system contains all functionality, including hardware configuration, except delegation. A standard system with delegation also provides the opportunity to create Sub-systems and share doors with Virtual systems (see below). &lt;br /&gt;
&lt;br /&gt;
A virtual system does not have any own hardware, but instead gets doors from other systems of type Standard with delegation. A typical use case for a virtual system is an organization where the employees visit many different sites.&lt;br /&gt;
&lt;br /&gt;
Sub-systems also must get their doors from somewhere else, but in this case they can only get doors from the parent system of which they are a part. A typical use case for a Sub-system is a tenant.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a Virtual system, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to a Virtual system, they can manage the two offices together. &lt;br /&gt;
&lt;br /&gt;
Systems and Domains are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* one or more credentials&lt;br /&gt;
* an optional schedule&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1724</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1724"/>
		<updated>2024-11-11T14:41:17Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account, Systems, and delegation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, and delegation === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc, and has its own administrators. The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without being dependent on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== System types ====&lt;br /&gt;
&lt;br /&gt;
There are four types of systems:&lt;br /&gt;
* Standard&lt;br /&gt;
* Standard with delegation&lt;br /&gt;
* Virtual&lt;br /&gt;
* Sub-system&lt;br /&gt;
&lt;br /&gt;
A standard system contains all functionality, including hardware configuration, except delegation. A standard system with delegation also provides the opportunity to create Sub-systems and share doors with Virtual systems (see below). &lt;br /&gt;
&lt;br /&gt;
A virtual system does not have any own hardware, but instead gets doors from other systems of type Standard with delegation. A typical use case for a virtual system is an organization where the employees visit many different sites.&lt;br /&gt;
&lt;br /&gt;
Sub-systems also must get their doors from somewhere else, but in this case they can only get doors from the parent system of which they are a part. A typical use case for a Sub-system is a tenant.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a Virtual system, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems and Domains are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* one or more credentials&lt;br /&gt;
* an optional schedule&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1723</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1723"/>
		<updated>2024-11-11T14:40:39Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account structure and delegation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, and delegation === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc, and has its own administrators. The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== System types ====&lt;br /&gt;
&lt;br /&gt;
There are four types of systems:&lt;br /&gt;
* Standard&lt;br /&gt;
* Standard with delegation&lt;br /&gt;
* Virtual&lt;br /&gt;
* Sub-system&lt;br /&gt;
&lt;br /&gt;
A standard system contains all functionality, including hardware configuration, except delegation. A standard system with delegation also provides the opportunity to create Sub-systems and share doors with Virtual systems (see below). &lt;br /&gt;
&lt;br /&gt;
A virtual system does not have any own hardware, but instead gets doors from other systems of type Standard with delegation. A typical use case for a virtual system is an organization where the employees visit many different sites.&lt;br /&gt;
&lt;br /&gt;
Sub-systems also must get their doors from somewhere else, but in this case they can only get doors from the parent system of which they are a part. A typical use case for a Sub-system is a tenant.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a Virtual system, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems and Domains are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* one or more credentials&lt;br /&gt;
* an optional schedule&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Privileges&amp;diff=1722</id>
		<title>Privileges</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Privileges&amp;diff=1722"/>
		<updated>2024-10-11T11:11:03Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In Telcred Access Manager, privileges express access rights. You can think of a privilege as a key that opens one or more doors with one or more specified credentials (e.g. mobile and card + PIN), optionally restricted to times defined by a [[Schedules|schedule]].&lt;br /&gt;
&lt;br /&gt;
The possible credentials are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site (Open with the Telcred_Personal app when on site, as defined by the GPS coordinates for the site)&lt;br /&gt;
* Mobile at door (Open with the Telcred_Personal app by scanning an NFC tag at the door)&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
Mobile remote, Mobile on site, and Mobile at door all concern the [[Telcred_Personal|Telcred Personal]] mobile app. Mobile remote allows the user to open from anywhere. Mobile on site allows the user to remote open doors when the user is on site. This is determined by comparing the phone&#039;s current GPS position with the coordinates for the site defined in [[Site Manager]]. Mobile at door allows the user to open a door by scanning an NFC tag at the door.&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.&lt;br /&gt;
&lt;br /&gt;
To create a new privilege, select &#039;&#039;Privileges&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start by giving the privilege a meaningful name. &lt;br /&gt;
&lt;br /&gt;
The next parameter is &#039;&#039;type&#039;&#039;, and there are two options: &amp;quot;Regular&amp;quot; and &amp;quot;Use whitelist when possible&amp;quot;. The whitelist option is only relevant for doors with locks from [[SimonsVoss SmartIntego]] and is further explained [[SmartIntego settings|here]]. &lt;br /&gt;
&lt;br /&gt;
Select which credentials should be used. For privileges of type &#039;&#039;Use whitelist where possible&#039;&#039; the only credential type available is &#039;&#039;card only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Active&#039;&#039; can be either &#039;&#039;Always&#039;&#039; or &#039;&#039;Only during...&#039;&#039; (specified by a schedule). For privileges of type &#039;&#039;Use whitelist where possible&#039;&#039; it is not possible to specify a schedule.&lt;br /&gt;
&lt;br /&gt;
Finally, select the door(s) the privilege should be able to open. It is possible to specify the doors that the privilege should open either by including the individual [[Doors|doors]] or one or more [[Door groups|door groups]]. It is perfectly fine to mix individual doors and door groups in the same privilege.&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1721</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1721"/>
		<updated>2024-10-11T11:07:07Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Privileges */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* one or more credentials&lt;br /&gt;
* an optional schedule&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1720</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1720"/>
		<updated>2024-10-11T11:05:54Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account, Systems, Domains, Sub-accounts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1719</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1719"/>
		<updated>2024-09-19T19:34:36Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards to Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1718</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1718"/>
		<updated>2024-09-19T19:32:17Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Login context */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the Administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the Administrator settings, e.g. to change password, expand the menu right next to the currently logged in Administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1717</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1717"/>
		<updated>2024-09-19T19:30:52Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* List pages and detail pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1716</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1716"/>
		<updated>2024-09-19T19:29:48Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Login context */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System, and the administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1715</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1715"/>
		<updated>2024-09-19T19:26:08Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Login context */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator.&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1714</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1714"/>
		<updated>2024-09-19T19:24:30Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Login context */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen, the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* Account name&lt;br /&gt;
* Current System&lt;br /&gt;
* Logged in Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one Account, it is possible to switch between them using the dropdown-menu to the right of the Account name. Likewise, if the Account has more than one System (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the Systems, it is possible to switch System using the dropdown-menu to the right of the System name.&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator.&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1713</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1713"/>
		<updated>2024-09-19T19:19:51Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one System. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1712</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1712"/>
		<updated>2024-09-19T19:18:08Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Sub-systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent System. Typically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1711</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1711"/>
		<updated>2024-09-19T19:17:39Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Sub-systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent Systems. Tyupically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1710</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1710"/>
		<updated>2024-09-19T19:16:58Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have one or more Domains which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent systems. Tyupically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1709</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1709"/>
		<updated>2024-09-19T19:16:21Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A system can also have Domain which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent systems. Tyupically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1708</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1708"/>
		<updated>2024-09-19T19:15:56Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A systems also has administrators which can have administration rights in System Manager, Access Manager or both.&lt;br /&gt;
&lt;br /&gt;
A system can also have Domain which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent systems. Tyupically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1707</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1707"/>
		<updated>2024-09-19T19:14:58Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Introduction to System Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings and administrators. &lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An account has to contain at least one system. Each system has some settings, e.g.:&lt;br /&gt;
* Name&lt;br /&gt;
* Default time zone&lt;br /&gt;
* Max PIN size&lt;br /&gt;
* Notifications language&lt;br /&gt;
&lt;br /&gt;
A systems also has administrators which can have administration rights in System Manager, Access Manager or both.&lt;br /&gt;
&lt;br /&gt;
A system can also have Domain which typically represent a physical space that is leased to a a tenant. For each domain, Private Doors, Shared Doors, and Cards can be defined. The current receiver of a domain (a System or Sub-system) will have access to these resources.&lt;br /&gt;
&lt;br /&gt;
For every system, there is a Card Management feature available. This enables an administrator to create and assign cards Domains and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
=== Sub-systems ===&lt;br /&gt;
&lt;br /&gt;
These receive doors and potentially Cards from the parent systems. Tyupically a Sub-system represents a tenant on a site. When the tenant moves out and another moves in the old Sub-system can simply be deleted, ensuring that all old access rights and personally identifiable information is deleted.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can have both System Management rights in Access Management rights in multiple Systems and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1706</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1706"/>
		<updated>2024-09-19T19:02:59Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Introduction to System Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Account&lt;br /&gt;
* Systems&lt;br /&gt;
* Domains&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
=== Account ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
The account also has some settings and administrators. &lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1705</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1705"/>
		<updated>2024-09-19T18:58:22Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Introduction to System Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the System is assigned System Manager Administrators.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1704</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1704"/>
		<updated>2024-09-19T18:57:47Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Introduction to System Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Systems&lt;br /&gt;
* Sub-systems&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the System is assigned System Manager Administrators.&lt;br /&gt;
&lt;br /&gt;
=== Systems ===&lt;br /&gt;
&lt;br /&gt;
An Account contains at least one [[Main Page#Systems|System]]. A System has underlying Domains and Sub-systems when &amp;quot;delegated administration&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1703</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1703"/>
		<updated>2024-09-19T18:55:04Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Introduction to System Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1702</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1702"/>
		<updated>2024-09-19T18:54:15Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administration GUIs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the Account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1701</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1701"/>
		<updated>2024-09-19T18:53:55Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administration GUIs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* Account orchestration. Manage:&lt;br /&gt;
** Systems&lt;br /&gt;
** Domains&lt;br /&gt;
** Sub-systems&lt;br /&gt;
** Administrators&lt;br /&gt;
* Card management for any system in the account&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Systems and Sub-systems)&lt;br /&gt;
* Hardware configuration (for Systems)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1700</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1700"/>
		<updated>2024-09-19T18:49:55Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administrators and capacities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, and Administrators. Do Card management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1699</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1699"/>
		<updated>2024-09-19T18:49:20Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administrators and capacities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, Administrators, Cards management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1698</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1698"/>
		<updated>2024-09-19T18:49:02Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administrators and capacities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in Telcred Accress Manager is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, Administrators, Cards management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1697</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1697"/>
		<updated>2024-09-19T18:48:33Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Administrators and capacities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* Account management (Account settings, create and edit Systems and Administrators)&lt;br /&gt;
* System management (Create and edit Domains, Sub-systems, Administrators, Cards management)&lt;br /&gt;
* Access management (Create and edit Users, Cards, Roles, and Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Accounts, Systems, and Sub-systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1696</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1696"/>
		<updated>2024-09-19T18:46:36Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate company sets up two Systems for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Sub-system) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to System 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1695</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1695"/>
		<updated>2024-09-19T18:41:03Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account structure and delegation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
Systems, Domains, and Sub-systems are created, organized and maintained in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1694</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1694"/>
		<updated>2024-09-19T18:39:41Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Systems, Sites, Domains, Tenant Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Account, Systems, Domains, Sub-accounts === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1693</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1693"/>
		<updated>2024-09-19T18:38:49Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Account structure and delegation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account can contain one or more Systems. A system contains doors, users, access rights, schedules, events etc. A system can also contain sub-systems, which contain their own users, access rights, schedules, events, and so on, but the doors come from the parent system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Systems ====&lt;br /&gt;
&lt;br /&gt;
A System typically represents a building or a group of buildings with a shared facility management. Under the System, Domains and Sub-systems are created and maintained if delegated access management is used. An Account always includes at least one system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A System without Domains works as a regular access control system. It can still be connected connect to Domains of other Systems and that way, doors from different Systems can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Sub-system or a System, the doors and privileges of the Domain become available for access administration in the receiving system.&lt;br /&gt;
&lt;br /&gt;
==== Sub-systems ====&lt;br /&gt;
&lt;br /&gt;
Tenants or other user groups, receive their own System or Sub-system, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1692</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1692"/>
		<updated>2024-09-19T10:35:36Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Access control model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
** Remote&lt;br /&gt;
** On site&lt;br /&gt;
** At door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account is referred to as a &#039;&#039;System&#039;&#039;. For a Telcred System, any number of Sites, holding an unlimited number of Domains and Tenant Systems, can be created. Each Site and Tenant System has its own administrators, users, access rights, cards, events, and doors. &lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Sites ====&lt;br /&gt;
&lt;br /&gt;
A Site typically represents a building or a group of buildings with a shared facility management. Under the Site, Domains and Tenant Systems are created and maintained if delegated access management is used. A Site always includes a system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A Site without underlying Domains works as a regular access control system. It can still connect Domains of other Sites and that way, doors from different Sites can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Tenant System, the doors and privileges of the Domain become available for access administration in the Tenant System.&lt;br /&gt;
&lt;br /&gt;
==== Tenant Systems ====&lt;br /&gt;
Tenants or other user groups, receive Tenant Systems, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1691</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1691"/>
		<updated>2024-09-19T10:33:42Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* System components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal &amp;amp; Telcred Home)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account is referred to as a &#039;&#039;System&#039;&#039;. For a Telcred System, any number of Sites, holding an unlimited number of Domains and Tenant Systems, can be created. Each Site and Tenant System has its own administrators, users, access rights, cards, events, and doors. &lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Sites ====&lt;br /&gt;
&lt;br /&gt;
A Site typically represents a building or a group of buildings with a shared facility management. Under the Site, Domains and Tenant Systems are created and maintained if delegated access management is used. A Site always includes a system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A Site without underlying Domains works as a regular access control system. It can still connect Domains of other Sites and that way, doors from different Sites can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Tenant System, the doors and privileges of the Domain become available for access administration in the Tenant System.&lt;br /&gt;
&lt;br /&gt;
==== Tenant Systems ====&lt;br /&gt;
Tenants or other user groups, receive Tenant Systems, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1690</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1690"/>
		<updated>2024-09-19T10:33:03Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* System components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal, Telcred Home, Customer Apps)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account is referred to as a &#039;&#039;System&#039;&#039;. For a Telcred System, any number of Sites, holding an unlimited number of Domains and Tenant Systems, can be created. Each Site and Tenant System has its own administrators, users, access rights, cards, events, and doors. &lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Sites ====&lt;br /&gt;
&lt;br /&gt;
A Site typically represents a building or a group of buildings with a shared facility management. Under the Site, Domains and Tenant Systems are created and maintained if delegated access management is used. A Site always includes a system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A Site without underlying Domains works as a regular access control system. It can still connect Domains of other Sites and that way, doors from different Sites can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Tenant System, the doors and privileges of the Domain become available for access administration in the Tenant System.&lt;br /&gt;
&lt;br /&gt;
==== Tenant Systems ====&lt;br /&gt;
Tenants or other user groups, receive Tenant Systems, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1689</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1689"/>
		<updated>2024-09-19T10:32:29Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* System components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager &amp;amp; System Manager)&lt;br /&gt;
#* Apps (Telcred Personal, Telcred Home, Telcred Office, Customer Apps)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account is referred to as a &#039;&#039;System&#039;&#039;. For a Telcred System, any number of Sites, holding an unlimited number of Domains and Tenant Systems, can be created. Each Site and Tenant System has its own administrators, users, access rights, cards, events, and doors. &lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Sites ====&lt;br /&gt;
&lt;br /&gt;
A Site typically represents a building or a group of buildings with a shared facility management. Under the Site, Domains and Tenant Systems are created and maintained if delegated access management is used. A Site always includes a system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A Site without underlying Domains works as a regular access control system. It can still connect Domains of other Sites and that way, doors from different Sites can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Tenant System, the doors and privileges of the Domain become available for access administration in the Tenant System.&lt;br /&gt;
&lt;br /&gt;
==== Tenant Systems ====&lt;br /&gt;
Tenants or other user groups, receive Tenant Systems, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
	<entry>
		<id>https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1688</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.telcred.com/documentation/index.php?title=Main_Page&amp;diff=1688"/>
		<updated>2024-09-19T10:31:14Z</updated>

		<summary type="html">&lt;p&gt;Telcredstaff: /* Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction &amp;amp; benefits ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager is a software for physical access control, provided as a cloud-service. The solution is designed to work with IP-connected door controllers, primarily [https://www.axis.com/products/network-door-controllers Network Door Controllers] from [http://www.axis.com/ Axis Communications]. The Axis door controllers can also be extended with wireless locks using either [https://www.smartintego.com/int/home/home/ SimonsVoss SmartIntego] or [https://www.assaabloy.com/en/com/solutions/technology-platforms/aperio/ Assa Aperio].&lt;br /&gt;
&lt;br /&gt;
This online documentation describes the main features of the solution. It is aimed at new customers and partners as a general introduction.&lt;br /&gt;
&lt;br /&gt;
Some of the benefits of Telcred Access Manager include:&lt;br /&gt;
* Cloud-based service&lt;br /&gt;
* Simple and secure connection of door controllers &lt;br /&gt;
* Mobile access with smartphone app or URL&lt;br /&gt;
* Simple access for visitors  &lt;br /&gt;
* Delegated administration&lt;br /&gt;
* Powerful framework for custom actions&lt;br /&gt;
* Strong security&lt;br /&gt;
* API for external integrations  &lt;br /&gt;
&lt;br /&gt;
=== Cloud-based service ===&lt;br /&gt;
&lt;br /&gt;
The combination of IP-connected door controllers and a cloud-based service means that the access control system becomes completely &#039;&#039;independent of location&#039;&#039;. It does not matter if you have 10 doors in one location or 10 different locations with one door each. Also, you can manage the system from anywhere - inside the same building or from another country. &lt;br /&gt;
&lt;br /&gt;
With a cloud-based service there is &#039;&#039;no need for system maintenance&#039;&#039;, i.e. to install upgrades and security patches, do backups, etc. This is all professionally managed by Telcred. &lt;br /&gt;
&lt;br /&gt;
Even if it is a cloud-based service, the Telcred solution &#039;&#039;keeps working during temporary network failures&#039;&#039;. All relevant data is stored locally in the door controllers, which only need to be online to receive updates. In other words, users can still open doors, and no event data is lost, even if the network is down. When the door controller comes back online it will automatically sync pending updates and events with the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Simple and secure connection ===&lt;br /&gt;
&lt;br /&gt;
Telcred uses the O3C (One-Click-Connection-Component) technology developed by Axis Communications, which makes the door controllers both simple to install and secure. With O3C, door controllers connect to the Telcred service using an encrypted outgoing IP-connection, which means that in most cases there is no need to configure firewalls or routers. After the physical installation, the installer pushes a button on the controller which then automatically downloads the connection settings from an Axis server and immediately uses them to connect to the Telcred service.&lt;br /&gt;
&lt;br /&gt;
=== Mobile access ===&lt;br /&gt;
&lt;br /&gt;
The [[Telcred_Personal|Telcred Personal]] and [[Telcred Home]] apps for iOS and Android can be used to open doors as a complement or alternative to traditional cards and keyfobs. Opening a door with an app typically takes less than a second and can be used to let someone in remotely. If all users can use an app neither cards nor readers are necessary! Using a smartphone instead of a card has the added benefit of better security. Compared to access cards, most people are less likely to lose or lend their phone to someone else or to share their PIN. Another form of mobile access is through a URL for visitors (see directly below).&lt;br /&gt;
&lt;br /&gt;
=== Visitor access ===&lt;br /&gt;
&lt;br /&gt;
A [[Visits|Visit]] allows the administrator to create a PIN and/or URL that can be used to open one or more doors during a specified time, e.g. in connection with a meeting or an event. The PIN is entered on a reader at the door and the URL can be included in e.g. an email to the visitors. When the visitors arrive, they can let themselves in simply by entering the PIN or clicking the URL in their smartphone email application, without having to receive an access card or install an app. PIN and URL are to be considered low security (anyone who has access to the PIN or the URL can open the door), but for many use cases this is an acceptable trade-off for the convenience it provides.&lt;br /&gt;
&lt;br /&gt;
=== Delegation ===&lt;br /&gt;
&lt;br /&gt;
The Telcred system has been designed to be simple to administrate, yet able to handle large and complex installations. A key aspect of the latter is &#039;&#039;delegation&#039;&#039;. With the Telcred solution, it is simple to create &amp;quot;virtual systems&amp;quot; where e.g. tenants or sub-contractors can manage their own doors, users, and access rights. Shared doors, e.g. entrance doors, can also be included in a virtual system. It is also possible to share users from one system to another. Delegation is managed through a separate web interface: [[System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Telcred offers a powerful framework to perform both built-in and custom &#039;&#039;actions&#039;&#039; when a &#039;&#039;trigger&#039;&#039; is activated, e.g. as the result of an event, user input on an access control reader, or activity on a controller input port. &lt;br /&gt;
&lt;br /&gt;
A common action is to send a notification via mail or directly to an external system as an http request. It is also possible to invoke a &#039;&#039;command&#039;&#039;, which in turn can e.g. perform actions on a pre-defined set of doors or activate the output port on one or more controllers. &lt;br /&gt;
&lt;br /&gt;
Use cases for actions include:&lt;br /&gt;
* Interact with an external alarm system (e.g. arm an intrusion alarm or send a distress signal)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule from their mobile phone)&lt;br /&gt;
* Put a building in lockdown (all doors are locked and access control readers are blocked)&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
The administrator login, often the weakest point in terms of security, can be configured to use two-factor authentication. Another common security weakness is old firmware. With Telcred Access Manager it is simple to check and upgrade the firmware remotely. All communication between the door controllers and the Telcred cloud-service uses strong encryption and the communication between mobile apps and the cloud service uses strong authentication based on PKI.&lt;br /&gt;
&lt;br /&gt;
=== API for integration ===&lt;br /&gt;
&lt;br /&gt;
Telcred provides a modern REST API which can be used for external integrations. The API covers the complete functionality of the system and can be used to extend another security system, e.g. a video management or alarm system, with access control functionality. It can also be used to integrate e.g. a booking system, a member database, or a workforce management system with the Telcred access control service.&lt;br /&gt;
&lt;br /&gt;
== System components ==&lt;br /&gt;
&lt;br /&gt;
Telcred Access Manager consists of four main components: &lt;br /&gt;
# Cloud-based server software&lt;br /&gt;
# User interfaces for access administration, configuration and end users&lt;br /&gt;
#* Web-based GUIs (Access Manager, Site Manager)&lt;br /&gt;
#* Apps (Telcred Personal, Telcred Home, Telcred Office, Customer Apps)&lt;br /&gt;
# APIs for integration of GUIs, apps, and 3rd party software&lt;br /&gt;
# API for communicating with IP door controllers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:System_components5.png|500px|Telcred system components]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently, The Telcred solution supports [https://www.axis.com/products/network-door-controllers Network Door Controllers] from Axis Communications. One controller can manage one or two doors with electrical locks, and additionally connect:&lt;br /&gt;
&lt;br /&gt;
* up to 16 wireless locks from [[SimonsVoss SmartIntego]] (via a SmartIntego hub connected to the controller over IP) &lt;br /&gt;
* up to 8 wireless locks from [[Assa Aperio]] (via an Assa Aperio hub connected to the controller over RS485)&lt;br /&gt;
&lt;br /&gt;
In addition to the Network Door controllers, it is also possible to use the [https://www.axis.com/products/network-io-relay-modules Axis Network I/O Relay Modules]. These products are suitable if there is no need to use cards or PINs (i.e. only mobile access). &lt;br /&gt;
&lt;br /&gt;
* The A9188 Network I/O Relay in combination with a Network Door Controller can be used in elevators to control access to different floors of a building.&lt;br /&gt;
&lt;br /&gt;
== Access control model ==&lt;br /&gt;
&lt;br /&gt;
Below follows a short overview of the access control model in Telcred Access Manager, i.e. how it is determined which devices, or credentials, that can open which doors, when, and how.&lt;br /&gt;
&lt;br /&gt;
A central concept in Telcred&#039;s model is that of a &#039;&#039;privilege&#039;&#039;. A privilege expresses an access right, i.e. the right to open one or more doors. In addition to the door(s) it opens, a privilege is defined by the credential that needs to be used (e.g. card + PIN) and an optional schedule that determines when it is valid (the default is always). Schedules can be simple, e.g. Monday to Friday from 08.00 to 18.00, or more complex and exclude e.g. yearly public holidays. Currently the different credentials that can be specified for a privilege are:&lt;br /&gt;
&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
The purpose of API 1 and API 2 are to let an external system request access by supplying the door identity and a credential identifier that could represent e.g. a license plate, a face, or the customer&#039;s own smartphone app.  &lt;br /&gt;
&lt;br /&gt;
[[File:ac_model3.png|Access Control model]]&lt;br /&gt;
&lt;br /&gt;
Users receive privileges (i.e. access rights) through a &#039;&#039;role&#039;&#039;. A role can contain many users and many privileges, and would typically correspond to the access rights for some group of users, e.g. management, cleaning staff, technicians, students, etc. Roles can have a start and end time, during which the assigned privileges are valid for the user(s).&lt;br /&gt;
&lt;br /&gt;
A user can own several devices, e.g. a card and a phone, and each will receive the access rights of its owner. If a device is disconnected from a user it will lose all its access rights and not be able to open any doors.&lt;br /&gt;
&lt;br /&gt;
== Account structure and delegation ==&lt;br /&gt;
&lt;br /&gt;
=== Systems, Sites, Domains, Tenant Systems === &lt;br /&gt;
&lt;br /&gt;
A Telcred customer account is referred to as a &#039;&#039;System&#039;&#039;. For a Telcred System, any number of Sites, holding an unlimited number of Domains and Tenant Systems, can be created. Each Site and Tenant System has its own administrators, users, access rights, cards, events, and doors. &lt;br /&gt;
&lt;br /&gt;
The purpose of this structure is “delegation of access administration”, i.e. to let administrators with direct knowledge of, and responsibility for, their users perform the administration without relying on a centralised administration function. A typical example of where delegation can be useful is an office building with multiple tenants. The delegation functionality allows each tenant to manage their own users and access rights without relying on the building&#039;s owner.&lt;br /&gt;
&lt;br /&gt;
==== Sites ====&lt;br /&gt;
&lt;br /&gt;
A Site typically represents a building or a group of buildings with a shared facility management. Under the Site, Domains and Tenant Systems are created and maintained if delegated access management is used. A Site always includes a system which is used for configuring the doors that can be allocated to the Domains of the Site. &lt;br /&gt;
&lt;br /&gt;
A Site without underlying Domains works as a regular access control system. It can still connect Domains of other Sites and that way, doors from different Sites can be administered together.&lt;br /&gt;
&lt;br /&gt;
==== Domains ====&lt;br /&gt;
Domains represent spaces such as offices, business premises, apartments, workshops, garages etc. A Domain can contain private doors, shared doors, and shared privileges. By connecting a Domain to a Tenant System, the doors and privileges of the Domain become available for access administration in the Tenant System.&lt;br /&gt;
&lt;br /&gt;
==== Tenant Systems ====&lt;br /&gt;
Tenants or other user groups, receive Tenant Systems, which they can administer on their own.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
A real estate owner sets up two Sites for buildings in two different locations and lets the respective Site Manager define Domains representing the spaces being let out to tenants. Upon moving in, each tenant receives their own virtual system (Tenant System) connected to the Domain(s) representing the spaces they are renting. One tenant is renting spaces (Office 2 and Office 5) in two different Sites but by connecting these two Domains to Site 3, they can manage the two offices as one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Sites2.png|System and organizations]]&lt;br /&gt;
&lt;br /&gt;
Domains and Tenant Systems are organized and maintained in the Site Manager module included in [[Main Page#Introduction to System Manager|System Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Administrators and capacities === &lt;br /&gt;
&lt;br /&gt;
A person doing any type of administration in the Telcred system is known as an “Administrator”. These can have different &#039;&#039;capacities&#039;&#039; depending on what they should be able to do. The capacities are:&lt;br /&gt;
&lt;br /&gt;
* System Management (System settings, create and edit Sites and Administrators)&lt;br /&gt;
* Site Management (Create and edit Domains, Tenant Systems, Administrators, Cards and transfers)&lt;br /&gt;
* Access Management (Create and edit Users, Cards, Roles, Privileges)&lt;br /&gt;
&lt;br /&gt;
An Administrator can simultaneously have capacities across Systems, Sites, and Tenant Systems.&lt;br /&gt;
&lt;br /&gt;
== Administration GUIs ==&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to System Manager|System Manager]] web GUI&lt;br /&gt;
* System orchestration (Sites, Administrators)&lt;br /&gt;
* Site Management (Domains, Tenant Systems, Cards)&lt;br /&gt;
&lt;br /&gt;
[[Main Page#Introduction to Access Manager|Access Manager]] web GUI&lt;br /&gt;
* Access Management (for Sites and Tenant Systems)&lt;br /&gt;
* Configuration (for Sites)&lt;br /&gt;
&lt;br /&gt;
[[Telcred Home]] app&lt;br /&gt;
* Access Management for residents&lt;br /&gt;
&lt;br /&gt;
== Introduction to System Manager == &lt;br /&gt;
&lt;br /&gt;
The System Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://system.telcred.com&lt;br /&gt;
&lt;br /&gt;
[[File:System_Manager.png|800px|System Manager]]&lt;br /&gt;
&lt;br /&gt;
In System Manager, the following entities are maintained:&lt;br /&gt;
&lt;br /&gt;
* Sites&lt;br /&gt;
* Administrators&lt;br /&gt;
* API Credentials&lt;br /&gt;
&lt;br /&gt;
When &amp;quot;delegated administration&amp;quot; is used, the Site is assigned Site Manager Administrators. For these administrators, the module [[Site Manager]] is available in System Manager.&lt;br /&gt;
&lt;br /&gt;
=== Sites ===&lt;br /&gt;
&lt;br /&gt;
A System contains at least one [[Main Page#Sites|Site]]. A Site have underlying Domains and Tenants systems when &amp;quot;delegated administration&amp;quot; is applied. If &amp;quot;delegated administration&amp;quot; is not applied, the Site functions as a regular access control system. &lt;br /&gt;
&lt;br /&gt;
Max PIN Size - the max PIN code length. This will also apply to Tenant Systems of the Site. &lt;br /&gt;
&lt;br /&gt;
==== Assign Administrators ====&lt;br /&gt;
&lt;br /&gt;
* Access Management - Access Management Administrators perform access management and configuration in [[Main Page#Introduction to Access Manager|Access Manager]] for the Site (not underlying Tenant Systems).&lt;br /&gt;
&lt;br /&gt;
* Site Management - Site Manager Administrator manage Domains, Tenant Systems, Leases, and Cards for a Site. Only relevant when &amp;quot;delegated administration&amp;quot; is applied.&lt;br /&gt;
&lt;br /&gt;
=== Administrators ===&lt;br /&gt;
&lt;br /&gt;
Administrators can both have Access Management as well as Site Management capacities. After an Administrator is set up for the first time, the administrator can register at signup.telcred.com. Email is the unique ID of and administrator and signup is only done once.&lt;br /&gt;
&lt;br /&gt;
=== API Credentials ===&lt;br /&gt;
&lt;br /&gt;
API Credentials for integrations. An API Key (password) is generated when a new API Credential is saved.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Access Manager == &lt;br /&gt;
&lt;br /&gt;
The Access Manager GUI is web-based and available at: &lt;br /&gt;
&lt;br /&gt;
https://access.telcred.com&lt;br /&gt;
&lt;br /&gt;
=== Login context ===&lt;br /&gt;
&lt;br /&gt;
In the top-right of the screen (1), the login context is displayed:&lt;br /&gt;
&lt;br /&gt;
* System name&lt;br /&gt;
* Current organization (of a Site or Tenant System)&lt;br /&gt;
* Logged in administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Access_manager2.png|800px|Login context]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have access to more than one system, it is possible to switch between them using the dropdown-menu to the right of the system name. Likewise, if the system has more than one organization (see the section on [[Delegation|delegation]]), and the administrator has administration rights in more than one of the organizations, it is possible to switch organizations using the dropdown-menu to the right of the organization name (2).&lt;br /&gt;
&lt;br /&gt;
To access the officer settings, e.g. to change password, expand the menu right next to the currently logged in administrator (3).&lt;br /&gt;
&lt;br /&gt;
More information about the administrator settings can be found [[Administrator settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Four main menu groups ===&lt;br /&gt;
&lt;br /&gt;
The administrator GUI is divided into four main menu groups:&lt;br /&gt;
&lt;br /&gt;
* [[Main Page#Start|Start]]. The most common options including view status and event log; Manage users, devices, doors, and schedules.&lt;br /&gt;
* [[Main Page#Roles|Roles]]. Define roles and privileges. After setting up these, it is possible to validate that the desired result has been achieved, by validating the access for either a user, device, or door. More information about validating access can be found [[Validating access|here]].&lt;br /&gt;
* [[Main Page#Actions|Actions]]. Define special rules for what should happen when certain things occur. For example: &amp;quot;Send a notification and activate an IO port if there is a &#039;&#039;Door forced open&#039;&#039; alarm&amp;quot;. &lt;br /&gt;
* [[Main Page#Configuration|Configuration]]. Manage hardware configuration for doors, door controllers, and hubs.&lt;br /&gt;
&lt;br /&gt;
=== List pages and detail pages ===&lt;br /&gt;
&lt;br /&gt;
In each group a number of &#039;&#039;list pages&#039;&#039; are available from the menu. From the list page it is possible to click an individual item to get to its &#039;&#039;detail page&#039;&#039; where it is possible to view or change detailed information.&lt;br /&gt;
&lt;br /&gt;
# Currently selected list&lt;br /&gt;
# Click a list item to see the details&lt;br /&gt;
# Number of items in list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_list2.png|800px|List page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the left hand column of the detail page, the item is displayed with its current attributes. In the right hand column there is more information about the current item, such as its current status, available actions, and related items.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Door_details2.png|800px|Detail page]]&lt;br /&gt;
&lt;br /&gt;
== Administrator GUI menu options ==&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
&lt;br /&gt;
==== Status ====&lt;br /&gt;
&lt;br /&gt;
After successful login, the administrator is presented with an overview page showing:&lt;br /&gt;
* Latest alerts&lt;br /&gt;
* Doors with issues (offline or failing sync process)&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
Events include the results of user interactions, i.e. access granted or denied, as well as different types of alerts, e.g. &#039;&#039;door forced open&#039;&#039; or &#039;&#039;door left open&#039;&#039;. In the GUI, events can be filtered and sorted.&lt;br /&gt;
&lt;br /&gt;
More information about events can be found [[Events|here]].&lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
Users are the end users of the system that need to be able to open doors. A user can be the owner of one or more cards. Every card that a user owns, will inherit the access rights of its owner. A user can also have mobile access (or not).&lt;br /&gt;
&lt;br /&gt;
In addition to the mandatory name, a user can have several optional attributes that can be used to sort and filter users, e.g. Unique ID and Notes. &lt;br /&gt;
&lt;br /&gt;
A personal PIN can also be set for a user. A privilege can require the entry of a correct PIN to grant access (typically for high security doors or out of office hours). The PIN length is configurable and set by the Site Manager.&lt;br /&gt;
&lt;br /&gt;
More information about users can be found [[Users|here]].&lt;br /&gt;
&lt;br /&gt;
==== Cards ====&lt;br /&gt;
&lt;br /&gt;
Cards can be actual cards or keyfobs. A user can have several cards. They will all inherit the access rights for that user. A card can only belong to one user at a time, but it is possible to reassign a card to a different user.&lt;br /&gt;
&lt;br /&gt;
More information about cards can be found [[Cards|here]].&lt;br /&gt;
&lt;br /&gt;
==== Doors ====&lt;br /&gt;
&lt;br /&gt;
The Doors tab is used to change the door settings, e.g. access time, &amp;quot;open too long&amp;quot; alarm, and unlock schedule. It is also possible to check the status of the door (if it is locked and closed) and to perform the following actions:&lt;br /&gt;
* Grant access&lt;br /&gt;
* Manually unlock&lt;br /&gt;
* Manually lock&lt;br /&gt;
* Manually block&lt;br /&gt;
* Return to schedule   &lt;br /&gt;
&lt;br /&gt;
More information about doors can be found [[Doors|here]].&lt;br /&gt;
&lt;br /&gt;
==== Schedules ====&lt;br /&gt;
&lt;br /&gt;
Schedules are used to:&lt;br /&gt;
* Control when a door should be single locked, double locked or unlocked&lt;br /&gt;
* Specify when a &#039;&#039;privilege&#039;&#039; is valid&lt;br /&gt;
* Specify when a &#039;&#039;visit&#039;&#039; is valid&lt;br /&gt;
&lt;br /&gt;
A schedule contains one or more &#039;&#039;schedule items&#039;&#039;. A schedule item can occur once, or recur weekly or yearly. &lt;br /&gt;
&lt;br /&gt;
It is possible to define that a schedule item should be excluded from the normal schedule, which  can be useful to manage e.g. public holidays.&lt;br /&gt;
&lt;br /&gt;
More information about schedules can be found [[Schedules|here]].&lt;br /&gt;
&lt;br /&gt;
==== Visits ====&lt;br /&gt;
&lt;br /&gt;
The purpose of &#039;&#039;Visits&#039;&#039; is to enable people who are not registered users in the system to access one or more doors during a limited time. A typical use case could be an event where you want the guests to be able to let themselves in through the front door, but only on the night of the event.&lt;br /&gt;
&lt;br /&gt;
When creating a new visit, the system will generate a URL (web address), a random PIN, or both. The URL can be pasted into an email and sent to the visitors. When the visitor clicks the URL in the email application on their smartphone it takes them to a web page where they will see an &amp;quot;Open&amp;quot; button for each door included in the visit. An alternative to the URL is to enter the randomly generated PIN on the reader connected to the door.&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;Visits&#039;&#039; is relatively low security because anybody who has access to the URL or PIN can open the door, and it is not possible to know the identity of the actual person who did the opening. &lt;br /&gt;
&lt;br /&gt;
More information about visits can be found [[Visits|here]].&lt;br /&gt;
&lt;br /&gt;
==== Keys ====&lt;br /&gt;
&lt;br /&gt;
A key is a quick and easy way to let a card or keyfob open one or more doors, without having to define users, roles, and access privileges. It can be especially useful in a residential use case, where an apartment owner typically handles a very small number of keyfobs and doors.&lt;br /&gt;
&lt;br /&gt;
More information about keys can be found [[Keys|here]].&lt;br /&gt;
&lt;br /&gt;
=== Roles ===&lt;br /&gt;
&lt;br /&gt;
==== Roles ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Roles&#039;&#039; is how a user gets access rights to doors. A role connects one or more users to one or more privileges. Roles have names and typically express the user&#039;s job function, e.g. &amp;quot;technician&amp;quot; or &amp;quot;student&amp;quot;. A user can have many roles.&lt;br /&gt;
&lt;br /&gt;
More information about roles can be found [[Roles|here]].&lt;br /&gt;
&lt;br /&gt;
==== Privileges ====&lt;br /&gt;
&lt;br /&gt;
Privileges express access rights, i.e. the right to open one or more doors. A privilege is defined by a combination of:&lt;br /&gt;
* one or more doors&lt;br /&gt;
* a schedule&lt;br /&gt;
* a credential&lt;br /&gt;
&lt;br /&gt;
The supported credential types are:&lt;br /&gt;
* Card only&lt;br /&gt;
* Card + PIN&lt;br /&gt;
* PIN only&lt;br /&gt;
* Mobile remote&lt;br /&gt;
* Mobile on site&lt;br /&gt;
* Mobile at door&lt;br /&gt;
* API 1&lt;br /&gt;
* API 2&lt;br /&gt;
&lt;br /&gt;
More information about privileges can be found [[Privileges|here]].&lt;br /&gt;
&lt;br /&gt;
==== Door groups ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Door groups&#039;&#039; are collections of doors. The main purpose of door groups is to make it easy to create privileges / access rights for groups of doors, without having to list all the individual doors. &lt;br /&gt;
&lt;br /&gt;
Door groups is a generic construct which can be used to express any logical grouping of doors, e.g. site, floor, type of room, security level, geographical area or something else.&lt;br /&gt;
&lt;br /&gt;
More information about door groups can be found [[Door_groups|here]].&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
&lt;br /&gt;
==== Triggers ====&lt;br /&gt;
&lt;br /&gt;
Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both. &lt;br /&gt;
&lt;br /&gt;
There are five types of triggers:&lt;br /&gt;
* Event&lt;br /&gt;
* Reader input&lt;br /&gt;
* Remote action&lt;br /&gt;
* IO port activity&lt;br /&gt;
* External request&lt;br /&gt;
&lt;br /&gt;
More information about triggers can be found [[Triggers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Recipients ====&lt;br /&gt;
&lt;br /&gt;
Recipients can receive notifications via email, SMS, or &amp;quot;webhook&amp;quot; (http request), when a trigger is activated. While the trigger defines the condition(s) that will result in a notification, the &#039;&#039;Recipient&#039;&#039; specifices the receiver of the information and other conditions related to the delivery (e.g. during which time notifications should be sent). &lt;br /&gt;
&lt;br /&gt;
More information about recipients can be found [[Recipients|here]].&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
&lt;br /&gt;
A command is a set of one or more actions that can either be performed by an administrator or as a result of a [[Triggers|trigger]]. Some use cases for commands include:&lt;br /&gt;
* Perform an action simultaneously on a number of doors, a door group, or a combination (e.g. block all doors in a section of the building to achieve a &amp;quot;lockdown&amp;quot;).&lt;br /&gt;
* Interact with an external system (e.g. arm or disarm an intrusion detection system)&lt;br /&gt;
* Allow end users to perform an action normally only available to administrators (e.g. unlock a door or return it to schedule)&lt;br /&gt;
&lt;br /&gt;
More information about commands can be found [[Commands|here]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== Door configs ====&lt;br /&gt;
&lt;br /&gt;
A door config defines the technical settings for a door, e.g. which controller the door is connected to and different settings related to door alarms.&lt;br /&gt;
&lt;br /&gt;
Typically, the door config settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about door configs can be found [[Door configs|here]].&lt;br /&gt;
&lt;br /&gt;
==== Controllers ====&lt;br /&gt;
&lt;br /&gt;
A controller controls one or more doors and has a number of settings related to the door hardware, e.g. the lock configuration, type of reader, if a door monitor or REX-button (REquest to Exit) is used etc. The controller also has settings related to its own time zone, connection mode and firmware.&lt;br /&gt;
&lt;br /&gt;
Typically, the controller settings will be done by the installer / integrator and not by the end customer administrator.&lt;br /&gt;
&lt;br /&gt;
More information about controllers can be found [[Controllers|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hubs ====&lt;br /&gt;
&lt;br /&gt;
Hubs are only used in connection with wireless locks from [[SimonsVoss SmartIntego]] or [[Assa Aperio]]. Before a hub can be linked to a controller, it needs to be created here. &lt;br /&gt;
&lt;br /&gt;
More information about hubs can be found [[Hubs|here]].&lt;br /&gt;
&lt;br /&gt;
== Guides &amp;amp; tutorials ==&lt;br /&gt;
&lt;br /&gt;
=== Connect an Axis controller with O3C ===&lt;br /&gt;
&lt;br /&gt;
To connect an Axis Network Door Controller to the Telcred service you need:&lt;br /&gt;
&lt;br /&gt;
* The controller&lt;br /&gt;
* An Ethernet connection capable of supplying PoE (Power over Ethernet)&lt;br /&gt;
* The MAC address of the controller (printed on the device but called S/N)&lt;br /&gt;
* The OAK (Owner Authentication Key). This is a code that is printed on a piece paper that is shipped in the box with the controller. If it has been lost, you can get help with retrieving it from either Axis or Telcred&lt;br /&gt;
&lt;br /&gt;
The minimum steps to create the controller in Telcred Access Manager are:&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;Controllers&#039;&#039; in the main menu and click &#039;&#039;Add new&#039;&#039;&lt;br /&gt;
# Give the controller a name&lt;br /&gt;
# Make sure the &#039;&#039;Connection mode&#039;&#039; is &#039;&#039;O3C&#039;&#039; (this is the default) &lt;br /&gt;
# Enter the MAC address and OAK&lt;br /&gt;
# Click &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After a few seconds, the status message at the top of the page should now say &#039;&#039;Ready - Waiting for the controller to initiate connection&#039;&#039;. This means that Telcred Access Manager managed to connect to the Axis &#039;&#039;Dispatch server&#039;&#039; and claim this controller.&lt;br /&gt;
&lt;br /&gt;
The final step is to push the &#039;&#039;control button&#039;&#039; on the controller for 1 - 2 seconds:&lt;br /&gt;
&lt;br /&gt;
[[File:Control_button2.png|Control button]]&lt;br /&gt;
&lt;br /&gt;
This will tell the controller to connect to the Axis Dispatch server and download a certificate with all the information it needs in order to connect to the Telcred service in a secure way, which it will try to do immediately after receiving the certificate. &lt;br /&gt;
&lt;br /&gt;
After the controller manages to connect to Telcred Access Manager its status will be updated to &#039;&#039;Online&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Detailed information about the A1001 communication settings can be found [[A1001 settings#Connection_settings|here]].&lt;br /&gt;
* Detailed information about the A1601 communication settings can be found [[A1601 settings#Connection_settings|here]].&lt;br /&gt;
&lt;br /&gt;
=== Set up a new user &amp;amp; provide him or her with access to a door ===&lt;br /&gt;
&lt;br /&gt;
After a new system has been set up, at least one controller with a reader has been connected, and at least one [[Door configs|door config]] configured and connected to the controller, you are ready to start defining and testing the actual access. The minimum steps to do this are (click the links for more details):&lt;br /&gt;
&lt;br /&gt;
# Create a [[Users|user]]&lt;br /&gt;
# Register a new [[Devices|card]] and assign it to the user&lt;br /&gt;
# Create a [[Privileges|privilege]]&lt;br /&gt;
# Create a [[Roles|role]] linking the user to the privilege&lt;br /&gt;
&lt;br /&gt;
After these steps, the user should be able to access the door with their card. Note that it can take a few seconds before the access rights have been downloaded to the door controller.&lt;br /&gt;
&lt;br /&gt;
== Technical references ==&lt;br /&gt;
&lt;br /&gt;
=== API documentation ===&lt;br /&gt;
&lt;br /&gt;
Virtually everything that can be done through the Telcred GUI can also be done through our APIs. There are three APIs:&lt;br /&gt;
* Webhooks API. Used to let another system receive push notifications. The API documentation can be found [https://v1telcredaccessmanagerwebhooks.docs.apiary.io/# here]. &lt;br /&gt;
* Admin API. Used to do everyday admin tasks, such as managing users, credentials, and access rights. The API documentation can be found [https://v2accessmanageradmin.docs.apiary.io/# here].&lt;br /&gt;
* Owner API. Used to e.g. manage organizations and officers. The API documentation can be found [https://ownermanagement.docs.apiary.io/# here].&lt;/div&gt;</summary>
		<author><name>Telcredstaff</name></author>
	</entry>
</feed>