Quickstart
Let’s start discovering and exploring assets.
Prerequisites
Section titled “Prerequisites”- 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
Section titled “Install vScope” 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
Section titled “Add a data source”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
Section titled “Run discovery”- 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
Section titled “Verify assets in a table”- Go to Tables → Create Table → pick your asset type (e.g., All Machines, File Systems, Applications, VMs, Users).
- Add 3–5 columns: Hostname, OS, Last found date, CPU, Email etc..
Done! You have successfully installed vScope’s asset discovery! In the next step, let’s look what’s left for a complete setup.