> For the complete documentation index, see [llms.txt](https://docs.taskforce.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskforce.sh/on-premises/using-the-taskforce-connector.md).

# Using the taskforce connector

When your on-premises instance is running, you can connect to your Redis instances either by creating direct connections, but also using the [taskforce-connector.](https://github.com/taskforcesh/taskforce-connector)

By default the connector will try to connect to the SaaS version of Taskforce.sh. But when we are running an on-premises instance we need to specify the websocket address hosting the api. For this you should use the "-b" argument. For example, assuming your instance is running at "<https://my.taskforce.domain>":

```
taskforce -b wss://my.taskforce.domain -t my-token-xxx
```
