Get Started
Quickstart
This guide walks through Ixiea's core workflow in about 10 minutes: create an asset, grant access, connect through the browser, and review command audit evidence.
Introduction
For a platform overview, see the introduction. You will complete these steps:
- Prerequisites
- Creating an asset
- Authorizing an asset for an administrator
- Connecting to an asset via the web
- Auditing executed commands
Prerequisites
Install Ixiea and log in as an administrator. See Installation for deployment options.
Creating an asset
- Open Administration → Assets in the left navigation.
- Click Create to open the platform selection panel.
- Choose a platform, for example Linux, and open the asset form.
- Enter a Name(for example, "Demo Linux") and the asset IP/Host address.
- Under Nodes, select
/DEFAULT(or your target node). - Under Accounts, click Add and create a login account (username, secret type, and password or key).
- Click Submit to save the asset.
Authorizing an asset for an administrator
- Open Administration → Authorizations.
- Click Create to open the authorization form.
- Enter a Name(for example, "Authorize Demo Linux to Administrator").
- Under Users, select the administrator (for example,
Administrator (admin)). - Under Assets, select the asset you created.
- Under Accounts, enable All existing accounts.
- Click Submit.
Connecting to an asset via the web
Authorized users can start a brokered session from the accounts list or from the management workspace.
From Administration or PAM accounts
- Open Administration → Accounts or PAM → Accounts.
- In the account row, click the computer terminal icon (tooltip: Connect).
- In the connection dialog, choose the Protocol and Connect via method (for example, Web CLI · web for shell or database access).
- Click Connect. A browser session opens in a new tab.
- Run a few commands (for example,
whoami,ls, or a SQL statement), then end the session.
From the management workspace
- Open Management → My assets (or Recent sessions).
- Select the authorized asset and choose Connect with the same protocol and web client options.
Auditing executed commands
- Open Audits in the left navigation, then go to Session commands.
- Filter by date range or search if needed. The table lists every command and keystroke captured during brokered sessions, including shell commands, SQL, and graphical session input.
- Click the row chevron to expand a command and view full output and session context.
For session replay and file transfer history, use Audits → Sessions and related tabs on the same page.
Next steps
You have brokered a first session and reviewed command evidence. Explore installation for production topology, session security for policy controls, and user management for onboarding your team.