The WP Debug Toolkit (WPDT) standalone viewer is accessible at a URL based on a directory name in your web root. You can change this directory name from the default to any alphanumeric slug.
After installation, the viewer is available at:
https://example.com/wpdebugtoolkit/
The directory wpdebugtoolkit is created in your web root alongside wp-content/, wp-admin/, and other WordPress directories.
debug-viewer, my-logs, site-monitor).WPDT reinstalls the viewer at the new path. The old directory is removed and a new one is created with the same viewer files, configuration, and password.
The directory name can contain:
-)_)Maximum length: 50 characters. Reserved directory names (wp-admin, wp-content, wp-includes, etc.) are not allowed.
Reducing scanner noise. Automated security scanners and bots probe known paths. If wpdebugtoolkit shows up in scanner reports or generates unnecessary access log entries, changing the URL reduces that noise.
Organizational preference. If you manage multiple tools at the web root, you may want a shorter or more descriptive name.
Changing the viewer URL does not make the viewer more secure. The viewer is protected by:
These protections apply regardless of the directory name. An attacker who discovers the URL still faces password authentication and brute-force protection. Security through obscurity is not a substitute for real access controls, and WPDT does not rely on it.
Update any bookmarks, saved links, or documentation that reference the old viewer URL. The old URL stops working immediately after the change — the directory is removed from the web root.
If you have team members who access the viewer, notify them of the new URL.