Skip to content
GuidesDecember 10, 20255 min readUpdated August 10, 2026

How to run your first DreamBot client in 2026

My current DreamBot setup guide: Temurin 11, the launcher, account login, SDN scripts, settings, membership choices and the fixes I try first.

DreamBot is the client I normally show a beginner. Install Temurin 11, run the official launcher, add one account and test one SDN script while you are there to watch it.

The client changes, so use DreamBot's own Getting Started page alongside this guide. I have updated the old blog version for DB4 and removed settings and product claims that no longer match the current client.

Install Java and the DreamBot launcher

DreamBot currently recommends Temurin 11 on every operating system. Download it from Eclipse Adoptium. On Windows I use the 64-bit .msi unless I have a specific old setup needing something else. The old post recommended 32-bit for memory, but DB4 and modern Windows are better served by the normal 64-bit install.

Create a DreamBot forum account, then download the launcher from the DreamBot forum. Run Launcher.jar. The launcher checks for client updates on startup, so open it rather than reusing a client process left running through a game update.

DB4 became the public path in late 2025 and received the new engine work needed for Sailing. If DreamBot offers multiple launchers, use the current DB4 option unless the script author explicitly tells you otherwise.

Setup itemCurrent choiceWhere to check it
JavaTemurin 11DreamBot Getting Started
ClientCurrent DB4 launcherDreamBot forum download menu
Free limitTwo open instancesDreamBot Getting Started
Public scriptsDreamBot SDNScript listing and support thread
Automated launchingQuickStart or a farm managerDreamBot QuickStart docs

Learn the two client buttons first

Once the client reaches the OSRS login screen, find the Script Manager and Client Settings.

The Script Manager is the play button. It lists scripts added from the SDN and local scripts placed in your DreamBot/Scripts folder. A private or self-made script normally arrives as a JAR for that folder.

Client Settings is the spanner. The exact list changes, but these are the ordinary resource-saving options I check:

  • Disable sounds.
  • Use low detail and hide roofs where the script allows it.
  • Reduce FPS for accounts that do not need smooth rendering.
  • Disable game rendering, entity animation or model drawing only after testing that the script still works.

Menu manipulation and no-click walk let a script interact without ordinary mouse movement. Leave them at the script author's recommended values. Some scripts require them off for their own input system; others need them for fast PvM interactions.

Covert Mode is a paid client option claimed to reduce detection. DreamBot does not publish enough about it for me to tell you exactly what it changes, and I would not use the word "safe" for any setting.

Add the OSRS account correctly

Legacy logins and Jagex Account characters do not use the same flow. A legacy login can still use the direct username or email and password fields. Jagex Account characters use the newer account login flow, with TOTP or email auth where configured.

If you bought an OTP login from my shop, follow the OTP login guide for the delivered email:password:totp format. Do not paste the TOTP secret into a six-digit-code field. The secret generates the changing code.

Save the account in DreamBot's Account Manager if you want scripts to log back in after a disconnect. Give it a useful nickname. Account 47 stops being useful once there are several servers full of them.

Add and test an SDN script

Public scripts are listed on the DreamBot SDN. Add a free script or use the Try option on a premium listing. Trial length is set by the script and can vary.

Open Script Manager in the client, select the script and press Start. Stay for the first bank cycle. Check that it selects the right area, gear and break profile rather than assuming the default config matches your account.

For script-specific trouble, open "Learn more" on the SDN listing. That takes you to its forum thread, where the author normally posts known issues and a Discord link. Press Ctrl + L in DreamBot to open the console logs and include the relevant lines when asking for help. "It doesn't work" gives the author nothing to work with.

The beginner tips guide explains why I test new scripts on one to three disposable accounts before scaling them.

DreamBot membership prices

A free account is enough for the first test and currently allows two open instances. Paid ranks remove that limit and add client features. DreamBot's official forum-ranks page currently lists:

RankPriceApprox monthly cost
VIP$9.99 per month$9.99
Sponsor$49.99 per 6 months$8.33
Lifetime Sponsor$179.99 onceDepends how long you use it

Prices were checked on 11 August 2026. Verify them on the DreamBot forum-ranks page before paying.

I would start with VIP. Six months of VIP costs slightly more than one Sponsor term, so Sponsor makes sense once you know you will keep using the client. Lifetime passes the raw VIP price at roughly 18 months. That ignores discounts and any rank-specific forum perks.

DreamBot documents QuickStart as a VIP feature. It can launch a named account, proxy and script from one command, including script parameters where supported. The QuickStart reference has the current flags. For a handful of accounts, .bat files are enough. At larger scale I use EternalFarm because it tracks eligibility and tasks instead of making me maintain a wall of launch commands.

If the launcher will not open

On Windows, first confirm that java -version reports Java 11. If double-clicking the JAR does nothing, DreamBot recommends JarFix to repair the .jar file association.

Multiple Java installs can point Windows at the wrong executable. You can test the launcher by calling Java 11 directly:

"C:\Program Files\Eclipse Adoptium\<your Java 11 folder>\bin\java.exe" -jar Launcher.jar

Do not copy an old patch-version folder literally. Use the folder that exists on your machine.

If the launcher opens but the game does not, check DreamBot's client status and forum before changing every setting. After an OSRS update, waiting for the client patch is often the whole fix.

The proxy guide covers SOCKS5 setup once you move past a few accounts. If you need a separate login for the first test, the current formats and builds are on the account stock page.