Quickstart
Let’s start discovering and exploring assets. Setup and ready in under 15 minutes.
Prerequisites (1 minute)
Section titled “Prerequisites (1 minute)”- Server that meets system requirements.
- Firewall allows required ports for your selected data sources.
- Credential(s) for your first source(s) (eg. AD, Azure, VMware) with sufficient permissions.
Install vScope (3–5 minutes)
Section titled “Install vScope (3–5 minutes)” Detailed Installation Need more install detail or troubleshooting? See the full guide.
- Download & Run: Windows installer
- Browse to the host URL (default port 80) to start the setup flow.
- Download: latest .deb
- Install:
sudo apt install ./latest-amd64.deb - Browse to the host URL (default port 80/443) to start the setup flow.
- Create volume:
docker volume create vscope-data - Run:
docker run -d -p 8080:80 -v vscope-data:/data europe-docker.pkg.dev/isl-vscope/release/vscope:latest - Browse to
http://<host>:8080/to start the setup flow.
Setup vScope
Section titled “Setup vScope”- Register the installation using your License activation code. Offline? Upload a license file following: Manually registering an offline installation.
- Create a first administrator. You will use this account to later configure SSO and your organization’s IDP.
Add a data source (3–4 minutes)
Section titled “Add a data source (3–4 minutes)”Here is how you add some of the most popular data sources.
- Go to Discovery → Credentials → Add → Active Directory.
- Enter a domain read account, add a DC hostname/IP as target.
- Click Test → expect OK.
- Use an app registration with Graph app perms (+ Reader on scope if needed).
- Discovery → Credentials → Add → Azure; paste tenant/app/secret.
- Click Test → expect OK.
- Discovery → Credentials → Add → VMware.
- Enter vCenter URL + read account; set the vCenter as target.
- Click Test → expect OK.
Explore more data sources Choose what to discover in your environment.
Run discovery (2–3 minutes)
Section titled “Run discovery (2–3 minutes)”- Go to Discovery → Summary.
- Click Start Discovery.
- You should see assets being added to your asset repository, automatically categorized with correct asst type.
Verify assets in a table (2–3 minutes)
Section titled “Verify assets in a table (2–3 minutes)”- Go to Tables → Create Table → pick your asset type (e.g., Machines, File Systems, Applications, VMs,Users).
- Add 3–5 columns: Hostname, OS, Last found date, Owner, Location/subscription etc..
Done! You have successfully installed and verified vScope’s asset discovery! In the next step, let’s look what’s left for a complete setup.