---
title: "Fix self-replicating dashboard tabs | Lansweeper Classic"
slug: "issue-with-self-replicating-dashboard-tabs-and-unusual-tab-names"
description: "Fix randomly generated dashboard tabs with odd names in the Lansweeper Classic web console, caused by vulnerability scanners like Netsparker or Rapid7."
updated: 2026-06-17T09:33:22Z
published: 2026-06-17T09:33:22Z
canonical: "docs.lansweeper.com/issue-with-self-replicating-dashboard-tabs-and-unusual-tab-names"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Issue with self-replicating dashboard tabs and unusual tab names

<!-- # Issue with self-replicating dashboard tabs and unusual tab names -->
If you have Netsparker, Rapid7 or other vulnerability management software running in your network, you may start seeing randomly generated tabs with odd tab names in your Lansweeper web console's dashboard.

This display issue is due to your vulnerability management software scanning your web console and injecting false data in an effort to identify security issues. To get rid of the duplicate dashboard tabs and prevent this problem from occurring again, try one of these solutions:

- Restrict access to the Lansweeper web console by following the instructions in [this knowledge base article](/classic/docs/restrict-access-to-the-web-console). Restricting access prevents your vulnerability management software from making changes to the web console and will automatically get rid of existing false dashboard tabs, as a new dashboard will be generated for each user that logs into the web console.
- Prevent your vulnerability management software from scanning the Lansweeper web console and run the script below in the **Script Execution** tab of the `Program Files (x86)\Lansweeper\Tools\DatabaseMaintenance.exe` tool on your Lansweeper server. This will reset your dashboard and remove the duplicate dashboard tabs.

  ```sql
  delete from tsysWebUsers where Username Like '%.\Unauthenticated'
  ```
