OpenTTD
For gaming & entertainment, OpenTTD is a self-hosted solution that provides transport tycoon simulation game.
Open-source simulation gaming, honestly reviewed. What you actually get when you download a 20-year-old community project that still ships updates.
TL;DR
- What it is: Open-source (GPL v2) transport simulation game — a faithful clone and expansion of the classic Transport Tycoon Deluxe, where you build train, road, air, and water networks to move passengers and goods [README].
- Who it’s for: Strategy and tycoon game fans who want a deep, moddable transport sim without paying for it. Also IT-inclined hobbyists who want to run a private multiplayer server for friends.
- Cost: Free. The game itself costs nothing. You can download it from the official website, GOG, or Microsoft Store at no charge. Running a dedicated multiplayer server costs only VPS compute [README][website].
- Key strength: Twenty-plus years of active community development, a massive mod ecosystem (NewGRF graphics packs, custom AIs, Game Scripts), and genuine multiplayer that still has active public servers [1][README].
- Key weakness: Steep learning curve by modern standards — the interface reflects its 1994 origins, and the game gives you almost no hand-holding [2]. The recent Steam situation (OpenTTD is no longer a standalone free download on Steam — it’s now bundled with the paid Atari re-release of Transport Tycoon Deluxe for $9.99) has confused some users, even though the game remains free everywhere else [website].
What is OpenTTD
OpenTTD is a transport management simulation game. You start in 1950 (or thereabouts), build rail lines, bus routes, airports, and shipping lanes, connect towns to industries, and turn a profit — or go bankrupt trying. The goal is to build the most efficient network before your competitors do, measured by company value at the end of the scenario.
It started as a reverse-engineered clone of Transport Tycoon Deluxe, the 1994 Microprose game designed by Chris Sawyer. What began as an attempt to reproduce the original has long since exceeded it — OpenTTD adds features the original never had: larger maps, more vehicle types, PBS (path-based signaling) for rail, a complete NewGRF system for custom graphics and gameplay rules, AI opponents you can script yourself, and proper multiplayer with public and private servers [README][2].
The project is purely volunteer-driven. There is no company, no foundation, no VC behind it — just contributors who show up and spend their time on it [1]. As of version 15.2, the game runs on Linux, macOS, and Windows, with official installers for each. It sits at 7,706 GitHub stars, which understates its cultural footprint — this game predates GitHub, and most of its player base isn’t counting stars [merged profile].
The license is GPL v2. That means you can download it, modify it, redistribute it, and run it on a server — and nobody can revoke that right or change the terms under you [README].
Why people choose it
Versus paying for comparable games. The closest commercial alternatives — Transport Fever, Simutrans (partially), Cities in Motion — cost $25–30 on Steam and don’t offer anything OpenTTD doesn’t [3]. Transport Fever has better 3D graphics. OpenTTD has 20+ years of simulation depth, a massive mod library, and a community that has documented every edge case on its wiki. For someone who cares about simulation mechanics over aesthetics, OpenTTD wins cleanly [2][3].
Versus the original Transport Tycoon Deluxe. The original TTD is abandonware, and while Atari has recently re-released it on Steam for $9.99, buying it to play the 1994 version against buying nothing to play the community-expanded version is an easy call. OpenTTD can optionally load the original TTD graphics and audio files if you own them, but it ships with completely free replacements (OpenGFX, OpenSFX, OpenMSX) that let you play without ever owning the original [README].
The open-source development model. A key part of why OpenTTD has survived when most 1990s transport games have been abandoned is transparency. Every change, every commit, every bug report is public on GitHub [1]. The developer blog post from March 2024 explains the process in detail: a contributor proposes a change via pull request, it gets reviewed by other contributors, and it merges when it meets the project’s quality bar — no product manager, no roadmap, no conference calls [1]. The result is that the project has accumulated 20+ years of contributions without a single controlling entity that could pull the rug.
Multiplayer. Most tycoon games are single-player. OpenTTD has functional, long-running multiplayer servers where multiple players compete (or cooperate) on the same map in real time. You can also run a private server for friends, which is the self-hosting use case — one person runs a dedicated server instance on a VPS, and everyone connects to it [README].
Features
Core gameplay:
- Build and manage networks using trains, trucks, buses, ships, and aircraft [README]
- Compete against AI opponents or other human players in multiplayer [README]
- Generate maps with configurable terrain, climate (temperate, arctic, tropical, toyland), town distribution, and industry density [2]
- Full economy simulation: industries produce raw materials, factories convert them, towns consume goods; supply chains must be built and maintained
- Time-based technology progression — vehicles unlock as years advance [2]
- Company finance tracking, loans, performance ratings
Add-on content system:
- NewGRF: custom graphics and game rule modifications. Thousands exist, covering real-world rail networks, modern vehicle sets, and completely different gameplay rules [README]
- Game Scripts: scripted game logic that can change win conditions, add missions, or modify economy behavior [README]
- AI scripts: custom artificial intelligence opponents that play alongside you [README]
- Most add-ons can be downloaded directly in-game via the content download system [README]
Multiplayer and server:
- Dedicated server mode for hosting persistent games [README]
- Public server list in-game; plenty of long-running community servers exist
- Server operators can configure map settings, company limits, pause behavior
Platform support:
- Linux, macOS, Windows (actively maintained) [README]
- Also reported to work on various BSDs; mobile ports exist but are third-party and less supported [README][2]
- Available via OS package managers on most Linux distributions (e.g.,
sudo dnf install openttdorsudo apt install openttd) [2]
Pricing: What You’re Comparing Against
OpenTTD itself costs nothing. There is no subscription, no DLC, no “premium tier.” The game, the server, the mods — all free [README].
The Steam situation (as of March 2026): OpenTTD is no longer a standalone free download on Steam. Atari re-released the original Transport Tycoon Deluxe, and OpenTTD is now only available on Steam as part of a $9.99 bundle with it. The OpenTTD team published a statement clarifying they were not pressured by Atari — they agreed to this arrangement — but the practical effect is that the path of least resistance to OpenTTD on Steam now costs $9.99 [website]. This is irrelevant if you know the game exists outside Steam, which it does: the official website, GOG, and the Microsoft Store all still offer it free [README][website].
Versus the commercial alternatives:
| Game | Price | Open Source |
|---|---|---|
| OpenTTD | Free | Yes (GPL v2) |
| Transport Fever 2 | ~$30 | No |
| Mini Metro | ~$10 | No |
| Simutrans | Free | Yes |
| Original Transport Tycoon Deluxe (Atari re-release) | $9.99 | No |
Running a multiplayer server:
- Server binary: free (same download as the client, with
--dedicatedflag) - VPS to host it: $4–6/mo on Hetzner or Contabo for a 1GB RAM instance — more than enough for a small group
- If you’re playing solo or via public servers: $0/mo total
For a gaming context, the savings math is simple: OpenTTD is free and runs on hardware you already own. The only cost is the learning curve.
Deployment Reality Check
For playing the game: Install is trivial. On Linux, your package manager almost certainly has it. On Windows and macOS, download the installer from the official website and run it. The whole process takes under five minutes [2]. The free graphics/sound files (OpenGFX, OpenSFX, OpenMSX) download automatically or ship with the installer depending on platform [README].
For running a multiplayer server:
- You need a Linux VPS (1GB RAM is sufficient for 5–10 players; 2GB for larger games)
- Install OpenTTD via package manager or binary download
- Launch with
openttd -D(dedicated server mode) or via theopenttdserver command-line flags - Configure settings in
openttd.cfg - Open port 3979 (default) in your firewall
The wiki documents all of this. It’s not a Docker Compose setup with environment variables — it’s a game server, which is simpler in some ways and more manual in others.
What can go sideways:
- The learning curve inside the game is real. The review on opensource.com [2] describes it as “maybe not Dwarf Fortress steep, but if you’re primarily familiar with casual games… you may be in for something a little different.” Rail signaling in particular (necessary for any non-trivial rail network) requires reading the wiki to understand [2].
- Mobile play is disappointing. The interface was built for mouse and keyboard. On a small touchscreen it’s frustrating [2].
- The default graphics are 30-year-old sprites. They’re functional and many players find them nostalgic, but they’re a shock if you’re coming from modern games. NewGRF packs can improve them significantly [README].
- The Steam change has caused confusion. Some users who had it in their Steam library are finding it missing or bundled. Reinstalling from the official website or GOG resolves this [website].
Pros and Cons
Pros
- Genuinely free, permanently. GPL v2 means no one can lock it behind a paywall later. The game, the source code, and your saves are yours [README].
- 20+ years of active development. Version 15.2 shipped in 2026. This project has outlived most commercial games from the same era [website].
- Massive mod ecosystem. Thousands of NewGRF packs, Game Scripts, and AI modules — downloadable in-game [README].
- Functional multiplayer. Public servers with real players, or private servers for friends on a cheap VPS [README].
- Runs everywhere. Linux, macOS, Windows, available in most package managers [2][README].
- Pure community governance. No company that can pivot the product, raise prices, or shut it down [1].
- Backwards-compatible saves. The README explicitly guarantees every version can load saves from every older version. Your 2005 save still loads [README].
Cons
- Steep learning curve. The UI reflects its 1994 origins. There’s no tutorial beyond the wiki. New players routinely get lost [2].
- Graphics are dated by default. The base sprite set looks like 1994 because it is from 1994. NewGRF mods help, but setup is manual [README].
- Rail signaling is genuinely complex. Block signals vs path signals vs one-way signals — understanding this is required for any efficient rail network, and it’s not explained in-game.
- The Steam situation is a mess. Removing the free standalone listing and bundling with a paid Atari product is confusing for new users, even if OpenTTD remains free elsewhere [website].
- No mobile-first experience. The game technically runs on Android via third-party ports, but the interface is not designed for touchscreen [2].
- Multiplayer desync issues have historically been a complaint on long-running servers, though recent versions have improved this [4].
- No official support. Volunteer project — if you hit a bug, you file a GitHub issue and hope a contributor has time [1].
Who Should Use This / Who Shouldn’t
Use OpenTTD if:
- You enjoyed Transport Tycoon, Railroad Tycoon, or similar tycoon games at any point and want to revisit the genre without paying.
- You want to run a private multiplayer server for a small group of friends and don’t want to pay for a commercial game license.
- You like deep simulation mechanics over modern graphics, and you’re willing to read a wiki.
- You want a game you can mod, extend, or even contribute to — the GPL license and active GitHub mean your contributions can persist [1][README].
Skip it (try Transport Fever instead) if:
- You want 3D graphics and a modern UI. Transport Fever 2 is the closest commercial equivalent with a polished presentation [3].
- You want a guided campaign with missions and objectives rather than a sandbox.
Skip it (try Simutrans instead) if:
- You want the same open-source transport sim genre but with a slightly different economic model and a more active international community [3].
Skip it entirely if:
- You want a casual, pick-up-and-play experience. This game will demand hours before it becomes fluid.
- You primarily game on mobile — the experience there is genuinely poor [2].
- You need a specific modern feature like 3D terrain or real-world map imports.
Alternatives Worth Considering
From the AlternativeTo listing and the transport sim genre:
- Simutrans — Free, open-source, similar genre. Different economic model, active international community, available on Steam [3]. The closest open-source peer.
- Transport Fever 2 — Paid (~$30), proprietary, 3D graphics, polished campaign. What you buy if you want OpenTTD’s genre with modern production values [3].
- OpenRCT2 — Free, open-source recreation of RollerCoaster Tycoon 2. Same development philosophy as OpenTTD, different game genre (theme parks rather than transport) [3].
- Mini Metro — Paid (~$10), proprietary, minimalist subway routing game. Shares the transport network theme but is far more casual and puzzle-focused [3].
- Mashinky — Paid, proprietary, train-focused tycoon with a board-game aesthetic. Smaller community than OpenTTD [3].
For a non-technical person who just wants to scratch the transport tycoon itch: the realistic shortlist is OpenTTD vs Simutrans (both free, both open-source) or OpenTTD vs Transport Fever 2 (free vs ~$30 for modern graphics). If you care about money: OpenTTD. If you care about aesthetics: Transport Fever 2.
Bottom Line
OpenTTD is what happens when a passionate community decides a classic game deserves to live forever and backs that up with two decades of actual work. The result is a transport simulation that outfeatures its commercial inspiration, runs on everything, costs nothing, and is licensed in a way that guarantees no one can take it away. The trade-off is a UI and onboarding experience frozen in amber from 1994 — the game will not explain itself to you, and the learning curve is real. If you’re willing to spend an evening with the wiki and have any affinity for tycoon-style strategy games, you will get more hours out of this than out of most paid games in the genre. If you want hand-holding and modern visuals, look at Transport Fever 2. But you’ll pay $30 for that convenience.
Sources
- OpenTTD Team — “How the sausage is made, or: How OpenTTD is developed” (Mar 9, 2024). https://www.openttd.org/news/2024/03/09/how-its-made
- Jason Baker, Opensource.com — “Linux game review: OpenTTD” (Jul 2015). https://opensource.com/life/15/7/linux-game-review-openttd
- AlternativeTo — “Great OpenTTD Alternatives: Top Simulation Games in 2026” (updated Jan 4, 2026). https://alternativeto.net/software/openttd/
- Softpedia — “OpenTTD Changelog”. https://games.softpedia.com/progChangelog/OpenTTD-Changelog-62690.html
Primary sources:
- GitHub repository and README: https://github.com/openttd/openttd (7,706 stars, GPL v2)
- Official website and news: https://www.openttd.org/
- Steam/Atari bundle announcement: https://www.openttd.org/news/2026/03/14/steam-changes
Features
Integrations & APIs
- Plugin / Extension System
Category
Related Gaming & Entertainment Tools
View all 57 →Godot
108KFree, open-source 2D and 3D game engine with a unique node-based architecture — no royalties, no strings attached.
Sunshine
35KSelf-hosted game stream host for Moonlight. Low latency cloud gaming with AMD, Intel, and Nvidia GPU support.
Mindustry
27KA free, open-source factory-defense game blending Factorio-style automation with tower defense — cross-platform with bundled self-hosted multiplayer.
GDevelop
21KSelf-hosted gaming & entertainment tool that creates and publish games effortlessly.
Lila
18KFree online chess server. Play chess in a clean interface. No registration, no ads, no plugin required
Luanti
12KSelf-hosted gaming & entertainment tool that provides voxel game engine (formerly Minetest). Play one of our many games.