Free · No login · Instant download

Stop Guessing.
Start Configuring.

Free game server config generators that turn hours of wiki-diving into seconds. ARK: Survival Ascended, Palworld, Rust, Valheim, Conan Exiles, 7 Days to Die and V Rising are live now — more are on the way.

150+
ARK Settings
100%
Free Forever
0
Lines of Code
Config Generators
ARK, Palworld, Rust, Valheim, Conan Exiles and 7 Days to Die are live now — pick one to start. More games landing soon.
View all →
No BS. Just configs.
Built by server admins who got tired of Googling every setting at 2am.
Ready in seconds
Adjust sliders, toggle settings, download your config. No copy-pasting from five different wikis or half-working templates someone posted in 2019.
🧠
Actually explained
Every setting has a plain-English tooltip. Written by people who've actually played the game — not copy-pasted from the official docs nobody reads.
🔒
Free. Always.
No account. No paywall. No "premium settings". Copy, download, or share your config — it's all free and it's staying that way. No catches.
Tweak settings, get clean output
The generator produces ready-to-paste INI config — no extra formatting needed
ARK: Survival Ascended → Game.ini Generator
Mating Interval
0.3×
Egg Hatch Speed
10×
Baby Mature Speed
Cuddle Interval
0.5×
Imprint Stat Scale
1.5×
Lay Egg Interval
0.5×
; Generated by GamesOMG.com ; ARK: Survival Ascended — Game.ini ; Map: The Island | Template: Boosted PvE   [/script/shootergame.shootergamemode] MatingIntervalMultiplier=0.300000 EggHatchSpeedMultiplier=10.000000 BabyMatureSpeedMultiplier=8.000000 BabyCuddleIntervalMultiplier=0.500000 BabyImprintingStatScaleMultiplier=1.500000 LayEggIntervalMultiplier=0.500000   ; XP Multipliers XPMultiplier=2.000000 KillXPMultiplier=2.000000 HarvestXPMultiplier=2.000000 CraftXPMultiplier=2.000000

Free server config generators for the games people actually self-host

GamesOMG is a small set of free, browser-based config generators for dedicated game servers. Pick a game, adjust the sliders and toggles, copy a ready-to-paste config file — Game.ini, GameUserSettings.ini, server.cfg, PalWorldSettings.ini, start_server.bat, ServerSettings.ini, whatever your game's flavor of pain is. No accounts, no paywalls, no premium tier hiding the actually-useful settings.

The site started because we got tired of one specific 2am ritual: opening eight browser tabs, three of which are forum posts from 2019, one of which is the official wiki that hasn't been updated since the last patch, and trying to figure out whether the setting we want is called HarvestAmountMultiplier or HarvestMultiplier or HarvestAmount — and then whether the value should be 2.0, 2.000000, or just 2. Now you click a slider. The output panel does the typing.

Games and files we generate right now

More are queued: Project Zomboid, V Rising, Enshrouded. Order is roughly by community size and how much pain the config file inflicts — we go where the generator earns its keep.

How the generators actually work

Every generator on this site is a single HTML page where each setting is a real semantic <div> with a label, a tip, and a slider or toggle. Sounds boring — that's the point. There's no React, no build step, no framework, no 3MB JavaScript bundle to render a slider. The page is ~20KB of vanilla JavaScript that reads the DOM, generates the output, and handles share/load via a small Cloudflare Worker. You can view-source any generator and read the entire thing top to bottom.

Every setting tip is written by hand — what the technical default is, what the practical effect is on a real server, and where it tends to go wrong. We don't paste from official docs that nobody reads. We don't paste from a Reddit comment that someone wrote in 2019 about a different patch. If a setting is broken on your specific game version, we flag it. If a setting needs a plugin or a mod to actually do anything, we flag that too.

Sharing configs (and why it matters)

Hit Share on any generator and you get a short URL. The settings are hashed and stored in a Cloudflare KV namespace; load that URL and the generator restores your settings exactly. Send the link to a friend, paste it in your Discord, save it as a reference — same outcome. The Top Configs pages on each generator surface the most-shared configs by load count, so you can see what other admins are actually running (not what some forum post claims is optimal).

Common questions

Is GamesOMG really free?

Yes. No login, no paywall, no "premium settings" tier, no usage cap. The site runs on Cloudflare Pages and Workers free tiers; hosting costs round to zero at our scale. The only commercial element is a quiet referral link to VanillaNodes for people who'd rather pay someone else to host the server they just configured. That's the entire business model.

Do I need an account?

No. Configs you build live in your browser. When you hit Share, a short hash gets stored in our Worker's KV so anyone with the URL can load them. No email, no personal data, no signup.

What games are supported right now?

ARK: Survival Ascended (both Game.ini and GameUserSettings.ini), Palworld, Rust, Valheim, Conan Exiles, 7 Days to Die, and V Rising — seven different config formats across seven games. ARK: Survival Evolved (the older game) overlaps a lot with ASA in its ini keys but isn't a separate target. Project Zomboid and Enshrouded are queued next.

Where do I paste the generated config?

Each generator's SEO block at the bottom of its page explains the exact file path for that game, on both Windows and Linux dedicated server installs, and what most managed hosts (Nitrado, GPortal, ServerKnight, etc.) name the equivalent panel section. Short version: copy the output, find the matching file on your server, paste, restart. Always stop the server before editing — running games cache config in memory and overwrite your changes on shutdown.

Does this work with Nitrado, GPortal, and other managed hosts?

Yes. The output is the same plain text the server software itself reads, regardless of who's running the box. Managed hosts expose the same config files through their web panel — paste the generated text into the panel's "Configuration Files" or "Server Settings" section, save, restart. The one thing managed hosts sometimes override is the port and the server identity, since those have to bind at startup before the config loads.

Can I share my config with other admins?

Yes — every generator has a Share button. It hashes your current settings, stores the result in our Worker's KV, and gives you a short URL. Anyone who opens that URL gets your settings pre-loaded. The Top Configs pages (where available) list the most-shared configs publicly, which is a decent starting point if you want to see what real admins run.

How do I know the settings and defaults are current?

Every generator is verified against the game's current patch when we build it. We update when games push major changes — Palworld's Sakurajima patch renamed several keys; Conan's recent updates added the time-restricted PvP schema; ARK keeps tweaking its per-level stat array. If you spot a setting that's gone stale or you find a key we got wrong, the contact page is the fastest path — fixes ship within a session.

Do I need to be technical to use this?

No. Every setting is a slider, a toggle, a dropdown, or a number field. Every one has a plain-English tip explaining what it actually does on a real server. The output is what you'd write by hand if you had a few hours and the patience to read a wiki. If you can use a thermostat, you can use this.