Sign inBlogSupportContact
Tools

How to see who's on your WordPress site right now

Most analytics tools show yesterday. This command shows right now.

4 min read May 2026 list visitors

You launched something. Is anyone there?

You published a blog post. Sent a newsletter. Launched a sale. The first thing you want to know is simple: is anyone actually on my site right now?

Google Analytics can tell you, eventually. GA4's real-time report exists, but it means leaving WordPress, loading a separate dashboard, navigating Google's interface, and squinting at sampled data that may or may not reflect reality.

For a question that should take two seconds, that's a lot of clicking.

What most people do instead

There are a few common approaches. None of them are great.

Google Analytics real-timeRequires leaving WordPress. GA4 is complex, data is sampled, and the interface changes every quarter.
Visitor tracker pluginsAdd frontend JavaScript that slows your site. Store tracking data in your database. Require their own dashboard page.
Server access logsRequires SSH access and log parsing tools. Most shared hosts don't even give you raw logs. Not real-time.

A better way: one command, instant answer

Open the TrueCommander navigator. Type visitors. Hit enter.

You get the answer in under 200ms: total active visitors, how many are logged in vs guests, and which page they're on most. No frontend scripts. No external dashboard. No waiting.

TrueCommander
View active visitors
Completed in 0.12s
47
Active
12
Logged in
35
Guests
Top page: /spring-salelast 5 min

Zero frontend impact. This command reads server-side transient data. No tracking scripts are injected on your public site. Your page speed score stays untouched.

How it works

The command uses WordPress transients to track page load activity from the last 5 minutes. Each visitor's page view creates a lightweight server-side entry. No cookies, no JavaScript, no external services.

1
Open the navigatorPress ++W (or your custom shortcut) to open TrueCommander
2
Type "visitors" or "list visitors"Fuzzy search matches the command instantly
3
Read the resultsActive count, logged-in vs guest breakdown, and most visited page
DetailValue
Command namelist visitors
Time windowLast 5 minutes
Frontend scriptsNone
Data sourceWordPress transients (server-side)
Can be used in

Real example

You send a newsletter at 2pm promoting a spring sale. At 2:05pm, you open the navigator and type "visitors."

The result: 47 active visitors. 12 logged in, 35 guests. Top page: /spring-sale.

Five minutes after hitting send, you know the campaign is working. No tab switching, no waiting for GA4 to process, no wondering if your tracking pixel fired correctly.

At 2:30pm, you check again. 23 visitors, top page shifted to /shop. People moved from the landing page to browsing products. The funnel is working.

Goes further with TrueCommander

This command is useful on its own. Combined with other modules, it becomes part of your workflow.

Ready?

See your visitors right now.

This is one of 91 commands. All included with every license.

Cookies. The short version.

Essential cookies keep the cart and theme working. Analytics only fire if you say yes. Read our policy.