Register and install your first endpoint
Get started by creating your organization, configuring a policy, and deploying your first endpoint.
Before proceeding, we recommend familiarizing yourself with key concepts in our Glossary.
Create your organization account
- Go to the Zen Enterprise Dashboard.
- Register a new administrator account or sign in if you already have one.
After registration, you will have access to the admin dashboard.
Create your first policy
- Open Policies.
- Click Create policy.
- Give it a name (e.g., “Default”).
- Navigate to the newly created policy by clicking its card in the list.
- Add one or more filter lists:
- Click “Add filter list”.
- Choose from the built-in presets or add a custom URL.
Tip
See our Recommended filter lists for suggestions on effective filter lists to use.
You now have a baseline configuration your endpoints will use.
Generate a deployment token
- Navigate to Deployment tokens.
- Click Create token.
- Name the token (e.g., “IT Department”).
- Select one or more policies to assign to endpoints that will use this token.
- Save the token.
Install the agent on an endpoint
- Open PowerShell as Administrator.
- Run (replace
<YOUR-TOKEN-HERE>with the token from the previous step):Set-ExecutionPolicy Bypass -Scope Process -Force; ([System.Text.Encoding]::UTF8.GetString((Invoke-WebRequest -Uri 'https://dl.irbis.sh/install.ps1' -UseBasicParsing).Content)) | Set-Content "$env:TEMP\Install-ZenEnterpriseAgent.ps1"; Invoke-Expression "& '$env:TEMP\Install-ZenEnterpriseAgent.ps1' -DeploymentToken '<YOUR-TOKEN-HERE>'" - Restart the computer.
The script downloads and installs the agent, register the endpoint with your organization, and begins enforcing the assigned policies.
Note the Endpoint ID shown at the end of the installation process – you can use it to identify the endpoint in the dashboard.
The macOS agent is a work in progress.
The Linux agent is a work in progress.
Verify the endpoint in the dashboard
- Open Endpoints.
- Confirm the newly registered endpoint shows:
- Policies assigned from the deployment token.
- Hostname.
- Endpoint ID.
Test policy enforcement
On the deployed endpoint:
- Visit a website known to serve ads or trackers.
- Confirm that unwanted content is blocked.
Next steps
- Add more policies for different departments.
- Create additional deployment tokens for segmented rollouts.
- Roll out the agent fleet-wide using RMM/MDM tools.