The Owner's Companion: 9 Golf Simulator Upgrades We Actually Use

A golf simulator gets used in direct proportion to how easy it is to start. Mine sat idle plenty of nights early on, not because I didn't want to hit balls, but because getting it going was eight steps and I was tired.

These are the nine additions that fixed that. Every one solves one of three problems: protecting the screen, removing friction, or making the room obvious to a guest who has never done this before. None of it is expensive relative to what a simulator costs, and most of it can be done in a weekend.

How we make money here: some of the links below are affiliate links, which means The Home Fairway may earn a small commission if you buy through them, at no extra cost to you. We only list gear that is actually in our own bay, and no brand paid to be included.
01

ClubTub

A cleaning station at the door of the bay

The problem A wedge that just came off a wet course carries mud, sand and grass in the grooves, and the first swing indoors throws all of it at your screen. Screens don't get ruined in one dramatic moment. They get stained a little at a time, by clubs nobody thought to wipe.

What I do A brush lined bucket of water sits where people walk in, towel beside it. Dunk the head, give it a twist, four seconds a club. The placement does the work: a bucket by the door is a rule people follow without being told.

Pro tip Empty it after sessions. A grit loaded tub just re-applies what you cleaned off.
See the ClubTub
02

Club Scrub

The portable version, and it goes to the course

The problem The tub is the right tool at the door, but not for a quick mid session touch up, and it obviously doesn't travel.

What I do A neoprene bag with a waterproof lining and a scrubbing interior. Add water, work the clubface or a ball inside it, clip it to your bag. Indoors that's one club in ten seconds with no bucket. On the course it covers the fact that most places no longer have a ball washer anywhere near where you need one.

Pro tip Buy two. One lives clipped to your golf bag, one stays in the sim. The one you have to remember to move is the one you'll leave in the car.
See Club Scrub
03

K2 Golf anchor bag and tether

Real tees indoors are a genuinely bad idea

The problem A wooden tee in a closed room snaps, becomes a small projectile aimed at your screen, or vanishes under the mat while you crawl around looking for it.

What I do A weighted anchor bag connects to a rubber tee by a bungee tether with swivel clips. The bag sits at about the one o'clock position for a right hander, out of the swing path. Hit, look up, the tee is already back where it was.

Pro tip Check the tether isn't crossing your launch monitor's field of view before you settle on a position. A moving cord in frame can confuse an overhead camera unit.
See the K2 tee system
04

BirTee tees, in several heights

Repeatable tee height is repeatable data

The problem Guessing tee height by eye adds a variable you didn't ask for, and indoors, where you're chasing numbers instead of watching a ball fly, that variable quietly ruins the feedback.

What I do Durable rubber tees in numbered sizes, roughly a quarter inch up to two inches. I keep three within reach: one for driver, one for a fairway wood or hybrid, one low one for irons. Same height every time, and they don't shatter.

Pro tip Write the size number next to the club on a card by the mat. It sounds unnecessary until a friend asks which tee to use for the driver.
See BirTee sizes
05

A pin light on the hitting spot

Everyone hits from the same spot, without being told

The problem Every new person asks the same question: where do I hit from? You point at the mat, and the ball still ends up somewhere slightly different every time. Off the mat's hitting strip, outside the launch monitor's capture zone, or too close to the screen. Then you explain it again for the next guest.

What I do A small narrow beam spotlight throws a tight pool of light on the exact spot the ball belongs. Nobody has to be told anything. They walk in, see the lit spot, and set a ball on it. Ball position stays inside the capture zone, wear stays on one part of the mat, and the bay looks staged rather than assembled.

Pro tip Aim it from in front of the ball rather than straight down, so the player's body doesn't shadow the spot at address. Put it on the same scene as the rest of the bay (see 07) so it comes on with everything else.
06

Roxor control box

Stop walking back to the computer

The problem Changing clubs, re-teeing, running a flyover, switching a left hander in. Every one is a trip back to the PC. With one person it's a nuisance. With a foursome it kills the pace.

What I do A physical button box sits within reach of my stance. Club up and down and flyover get used constantly, and I mapped a spare button to switch hands, which is worth the box on its own when a lefty is in the group.

Pro tip If the buttons do nothing in your sim software, check that the control box app is running as administrator before you troubleshoot anything else. That one setting is the answer far more often than a pairing problem.
See Roxor control boxes
07

SwitchBot

One tap runs every piece of hardware in the room

The problem A sim bay is a pile of devices that each want their own remote: projector, TV, launch monitor, PC, lights, blinds. Finding three remotes and pressing seven buttons in the right order is why a lot of expensive sims sit dark on a Tuesday night.

What I do A small hub acts as an infrared blaster: it learns your remotes and fires those signals on command, from your phone, on a schedule or by voice. One command powers up my TVs, the projector and the launch monitor, and I can start the room warming up from the kitchen.

What is actually in my bay. Start with the hub. Everything else is optional and can be added one piece at a time.

Hub 2The IR brain. Learns your projector, TV and AV remotes and fires them in sequence. Also reads room temperature and humidity. Hub Mini is the cheaper IR-only option, Hub 3 is the newest. View
BotThe mechanical finger. Physically presses a hard power button on gear with no remote and no smart plug option. View
Plug MiniCuts power to the pin light, sign lighting, a fan or a space heater as part of the same scene. View
Blind TiltCloses the blinds automatically. Ambient light washes out a projected image, so this is a real picture upgrade. Curtain 3 does the same for drapes. View
Motion SensorLights come up when someone walks into the bay, so the room wakes before they reach the mat. View
Contact SensorOn the door. Opening it can fire a hub scene, which is a tidy way to have the lights up before you reach the mat. I would not wire the projector to it, since the door opens for plenty of reasons that are not golf. View
Pro tip Get the hardware scene working on its own first, then have your startup script (next) trigger it. Two working pieces chained together beat one tangle.

Home Fairway readers: save 10% with code 10UPCA9GXQ0HLQ at checkout.

See SwitchBot
08

The one-tap boot-up

AutoHotkey plus Claude, and you don't have to be a programmer

The problem Even with the hardware handled, the software side is a ritual: launch the launch monitor software, answer its user profile prompt, get the right tab up, start casting to the TV, launch the sim, drag it to the projector, make it full screen, wake the control box. Eight steps in order, and if a window lands on the wrong display you start over.

What it is AutoHotkey is a free Windows automation tool: a script can launch programs, wait for windows to appear, click buttons and move windows to specific monitors. Claude writes the script. You describe your setup in plain English and get working code back.

  1. Write the ritual down in normal words. Every click, in order, including the annoying parts ("it asks which user profile and I always pick the same one").
  2. Describe how you actually use the room. Mine has two modes, so the script opens with a small picker and I choose one.
  3. Claude writes it. Mine launches each program in order, waits for its window, answers the profile prompt, casts to the TV, moves each window to the correct display, sets full screen and starts the control box.
  4. Run it and report exactly what broke. "The club data window landed on the wrong screen." Specific complaints get specific fixes, and this is where the real work happens.
  5. Make it a desktop shortcut with a golf icon. That's the entire user interface. My wife can start the simulator. So can a guest.
Pro tip Some programs need administrator rights to be controlled, and the clean way to handle that is a Windows scheduled task the script triggers, so there's no permission prompt on every launch. Keep a plain English notes file beside the script, so six months later Claude can pick the work back up in one conversation.

Both are worth a look: autohotkey.com and claude.ai

09

The off button

Everybody automates the start. Almost nobody automates the end.

The problem Sessions end at ten at night when you're done thinking, so the projector stays on, the launch monitor stays powered and the room never resets. The next person finds a half running sim and no clear way to shut it down, so they leave it running too.

What I do The mirror image of the startup shortcut. One button closes the sim and launch monitor software cleanly, stops the cast to the TV, shuts down the control box watchdog and triggers the hardware scene that powers off the projector and displays. It protects gear you paid for, it means the next session starts from a known state, and it means a guest can finish and leave without needing you.

Pro tip Windows remembers display arrangements per monitor configuration, so shutting down in a different order than you started can leave your resolutions scrambled. Have the shutdown undo things in reverse order.

The short list

In the order I'd do them. The first four take an afternoon between them. The automation is an evening well spent, and it's the one that changes how often the room actually gets used.

Upgrade What it solves Effort
ClubTub Keeps course dirt off a screen you can't easily replace 10 minutes
Club Scrub Fast cleanups indoors, ball and club washer on the course Zero setup
K2 anchor bag and tether No broken tees, no projectiles, no crawling on the mat 15 minutes
BirTee tees, several heights Consistent tee height, so the numbers mean something Zero setup
Pin light Everyone hits from the same spot, with no explaining An hour
Roxor control box Club changes and flyovers without leaving the mat An hour
SwitchBot scenes All the hardware powers up and down on one command An evening
One-tap boot-up script Eight software steps become one desktop icon An evening
The off button The room resets itself, and anyone can end a session An hour
One last thing about the screen. Nearly every mark we've seen on an impact screen traces back to a clubface that came inside dirty. If you only do one thing on this page, put a cleaning station at the door of your bay. For anything beyond routine dust, and for care specific to your screen material, check the guidance that came with your system or just ask us. We'd rather answer a question than replace a panel.

Take it with you

The same nine upgrades as a printable booklet, sized to live on the shelf next to your bay.

Download the Owner's Companion (PDF)

Still shopping for the screen itself? Start with the size comparison, or read our honest comparison of retractable screens, competitors included.

Product names and brands on this page belong to their respective owners and are named for identification only. Recommendations reflect our own setup and are offered as is. Some links are affiliate links, and The Home Fairway may earn a commission on purchases made through them at no additional cost to you.