Fast Path
Quick Setup
Use this page when NekoBot is installed and you want the shortest path to a working OBS overlay with multiple trigger-driven boxes.
1. Connect Streamer.bot
Connect Streamer.bot first so NekoBot can load the trigger catalog before you bind commands, actions, or raw subscribed events to boxes.
- In Streamer.bot, enable the WebSocket server.
- Open NekoBot Setup Home and choose
Streamer.bot Setup. - Turn on
Enable Streamer.bot bridge. - Enter the WebSocket URL, usually
ws://127.0.0.1:8080/when Streamer.bot runs on the same machine. - Enter the WebSocket password if your Streamer.bot server requires one.
- Save settings, then use
ReconnectorRefreshto verify the bridge is connected. - Click
Load eventsand select the event groups you want NekoBot to receive.
For the full setup and troubleshooting details, see Streamer.bot Setup.
2. Create Overlay
Create one overlay for the OBS scene. OBS should load that one overlay as a full-scene browser source, then NekoBot boxes decide what appears inside it.
- Select an existing overlay or click
New overlay. - Name the overlay after the stream scene or layout it belongs to.
- Click
Saveso NekoBot can create the overlay viewer URL. - Use
Set Defaultwhen this overlay should be the default viewer selection. - Use
Copy OBS URLafter saving to copy the browser-source URL. - In OBS, add a
Browser Sourceto the scene that should show NekoBot effects. - Paste the copied URL into the OBS browser source URL field.
- Set the browser source size to your canvas size, usually
1920x1080or whatever your stream canvas uses. - Place the browser source above the scene content that the overlay should appear over.
For the deeper explanation of overlays, boxes, sources, triggers, and OBS viewer behavior, see Overlay Setup.
3. Add A Text Box
Add a text box first to prove that trigger tokens can render live data inside the overlay. The source is created through the Add Source Dialog.
- Click
Add boxand position the box where the text should appear on stream. - Add a
Text Source. - Use text such as
{{message.text}}when the box should show trigger-provided message text. - Open the box trigger controls and add a chat-message or command trigger.
- Save the overlay and fire the trigger from chat or Streamer.bot.
4. Add A Media Source Box
Add a second box for a meme, image, GIF, video, or sound cue. Use the Add Source Dialog again, this time with a Media Source. This is the important pattern: keep one OBS overlay, then add multiple boxes inside it for different effects.
- Click
Add boxagain and position it where the media should appear on stream. - Add a
Media Source. - Choose an uploaded file, a managed source, or a reachable media URL.
- Set the media behavior, such as whether it should play once, loop, or hide after playback.
- Open the box trigger controls and add a command trigger such as
!memeor!hype. - Save the overlay and run the command from chat or Streamer.bot.
- If the media appears in the setup preview but not OBS, refresh the OBS browser source or reopen the overlay viewer URL.
What This Builds
Quick Setup is not a separate feature from the other landing pages. It is a guided path through the first useful setup.
Streamer.bot bridgeThe connection created in step 1 is managed on Streamer.bot Setup.One OBS overlayThe overlay created in step 2 is explained on Overlay Setup and the Overlay component page.Text boxThe text example uses the Add Source Dialog, Box, and Add Trigger controls.Media boxThe media example uses the same overlay, proving that OBS only needs one NekoBot browser source for multiple effects.