Gaming4Free — Free Game Server Hosting G4F.GG v1.0 // FREE FOREVER
BACK TO BLOG
HOME / BLOG / Server Guides
Server Guides

Everyday Server Console Commands (No Fluff Cheat Sheet)

If you run a game server long enough, you stop thinking of the console as this scary admin panel and it just becomes… your main tool. Like a multitool you keep on the desk. You use it to check what’s going on, fix weird stuff, calm down chaos, and sometimes just to confirm you’re not imagining things.

And yeah, every game has its own command set. Minecraft is not Terraria, and neither of them behaves like a FiveM server. But the pattern is always the same.

You’ll need a small handful of commands constantly. Daily. Sometimes hourly. The rest are nice to have, but these are the ones you end up memorizing without trying.

This guide is built around that reality.

A quick note before we start: command names and permissions can vary depending on your server software, mods, plugins, and host panel. But the concepts stay the same. If you’re hosting on a platform like Gaming4Free, you’ll typically have a web console plus server files and basic controls. So you can actually use this list immediately, even if you’re new.

The “I need to see what’s happening” commands

These are the ones you use to get your bearings.

1. help

This feels too obvious, but it’s the command people forget exists.

  • In Minecraft, help shows available commands (and with plugins it can get huge).
  • In Terraria, it may vary by server wrapper, but most have something equivalent.
  • In FiveM, you’ll often use help or framework specific documentation, but server consoles still usually expose a list.

Use it when:

  • You’re not sure what the exact syntax is.
  • You installed a plugin and forgot what it added.
  • You’re on a different server build than usual.

2. version or ver

You will end up running this after updates. Every time.

  • Minecraft: version often returns server version and sometimes plugin list depending on the fork.
  • Some server types use ver.
  • FiveM has its own build identifiers and console outputs, but the idea is the same.

Use it when:

  • Players complain about “client mismatch”.
  • A plugin breaks and you need to confirm what you’re actually running.
  • You’re diagnosing performance and want to check if you’re on a newer build.

3. list (online players)

This is the fastest sanity check command.

  • Minecraft: list shows online players.
  • Many other servers have an equivalent: “players”, “status”, “who”, etc.

Use it when:

  • Someone says “server is empty” but you suspect they’re on the wrong IP.
  • You need to confirm if a certain player is online before doing anything admin related.
  • You’re about to restart and want to make sure nobody’s mid fight, mid build, mid whatever.

4. status (health snapshot)

Not always available as a single command in every game, but if your server has it, you’ll love it.

Depending on the server:

  • shows tick rate or frame timing
  • uptime
  • memory use
  • player count
  • current map/seed/session

If there’s no status, your “status” becomes reading the latest console output and knowing what normal looks like. Which is, honestly, a skill.

The “please stop breaking things” commands

These are the moderation basics. Even small friend servers end up using these.

5. say (broadcast)

Broadcast messages are underrated. It’s the cleanest way to talk to everyone at once without logging in.

  • Minecraft: say Your message here
  • Many servers have a console broadcast equivalent.

Use it when:

  • You’re restarting soon and want to warn players.
  • You’re doing maintenance and need everyone to log out.
  • You want to announce rules or events without relying on chat scroll.

Keep it short. One line. Two max. Nobody reads a paragraph in a broadcast.

6. kick

Kicking is the gentle version of moderation. It solves a lot of problems without escalating.

  • Minecraft: kick PlayerName reason
  • FiveM: depends on your admin resource, but there’s usually a kick function.
  • Terraria: server wrappers and admin tools vary, but you can remove a player session.

Use it when:

  • Someone is bugged and needs to reconnect.
  • Someone is spamming and you want a warning shot.
  • Someone’s causing issues but you don’t want to ban yet.

Pro tip: always include a reason. Even if it’s basic. Players behave better when the action has a visible cause.

7. ban and unban

This is where you stop messing around.

  • Minecraft: ban PlayerName reason and pardon PlayerName
  • Also: ban-ip and pardon-ip in many setups.
  • FiveM: bans are typically handled by resources or admin systems, sometimes by identifiers.
  • Terraria: again, depends, but bans exist.

Use it when:

  • Obvious cheating.
  • Repeated griefing.
  • Ban evasion (and then you’ll move to IP or identifier based bans).

Just… don’t ban in anger. Wait 30 seconds. Re read logs. Then ban if it’s still obvious.

8. op and deop (Minecraft)

If you run a Minecraft server, you will use this constantly.

  • op PlayerName
  • deop PlayerName

Use it when:

  • You’re setting up trusted admins.
  • A friend needs temporary permissions to fix something.
  • You’re cleaning up after someone had admin and doesn’t need it anymore.

And yes, if you use a permissions plugin, you might rarely use op. But early on, it’s the default.

9. whitelist (Minecraft)

The first time you get randoms joining and causing trouble, whitelist suddenly becomes your best friend.

Common flow:

  • whitelist on
  • whitelist add PlayerName
  • whitelist remove PlayerName
  • whitelist list
  • whitelist off

Use it when:

  • Your server is meant for friends only.
  • You’re doing a closed beta test.
  • You’re preventing drive by griefing while you set things up.

The “this server needs a reset” commands

These are the ones that keep your server stable. If you run public servers, they’re not optional. If you run private servers, you’ll still use them. Maybe less, but still.

10. stop (safe shutdown)

Stop is not the same as closing the panel tab. It’s the command that tells the server to shut down cleanly.

  • Minecraft: stop
  • Many servers: stop or exit

Use it when:

  • You need to restart for performance reasons.
  • You’re applying updates.
  • You’re doing file changes that require a full shutdown.

If your host has a restart button, that’s fine too. But knowing the proper command matters, especially when panels get weird.

11. restart (if supported)

Some servers have an actual restart command. Some don’t. Some hosts handle restarts outside the console. The concept still matters: planned restart.

Use it when:

  • Memory creep builds up.
  • Plugins start misbehaving after hours or days.
  • Your player base is big enough that uptime starts causing lag.

If you’re on free hosting like Gaming4Free, you’ll usually have panel controls plus console access. Use whichever is more reliable for your specific server. The goal is the same: restart cleanly, don’t corrupt worlds, don’t leave half saved data.

12. save-all (Minecraft)

This command is a lifesaver. Literally. It forces a world save.

  • Minecraft: save-all
  • Sometimes you also have save-on and save-off for maintenance workflows.

Use it when:

  • Before restarting.
  • Before installing a plugin.
  • Before you do anything risky like mass world edits.

If you’ve ever lost a few minutes of progress and had to explain it to players, you start running save-all a lot more often.

13. reload (Minecraft, but careful)

This command is controversial. It’s convenient, and it can also break things.

  • reload reloads plugins and some config without a full restart.
  • Some server forks warn against it because it can cause memory leaks or plugin state issues.

Use it when:

  • You know what you’re doing and you’re testing configs. Avoid it when:
  • You run a plugin heavy server and want long term stability.

Most of the time, restarting is cleaner. Slightly more annoying, but cleaner.

The “teleport, fix, recover” commands you use constantly

These are the admin quality of life commands. Once you have them, you wonder how you lived without them.

14. tp / teleport (Minecraft)

Teleport is the core admin movement tool.

Common patterns:

  • tp You PlayerName
  • tp PlayerA PlayerB
  • tp PlayerName x y z

Use it when:

  • Someone is stuck in a wall, falling forever, glitched.
  • You’re investigating a report.
  • You’re doing event setup and need to move quickly.

15. gamemode (Minecraft)

This is another daily driver.

  • gamemode survival PlayerName
  • gamemode creative PlayerName
  • gamemode spectator PlayerName

Use it when:

  • Someone gets accidentally set to creative.
  • You need spectator to investigate quietly.
  • You’re building spawn or event areas and need creative temporarily.

16. give (Minecraft)

You will use give for admin fixes more than for “cheating”, especially on community servers.

  • give PlayerName minecraft:diamond 3

Use it when:

  • A player loses items due to a glitch and you want to restore.
  • You’re testing a plugin that requires an item.
  • You’re setting up kits, shops, or event rewards.

Keep a log of what you gave and why, even if it’s just a note in Discord. It avoids drama later.

17. clear (Minecraft)

Clearing inventories fixes a surprising amount of problems.

  • clear PlayerName
  • Some servers allow clearing specific items.

Use it when:

  • Someone is duping and you need to remove the items.
  • A player got bugged items from a plugin.
  • You’re enforcing rules (careful, but sometimes necessary).

18. kill (Minecraft)

Sounds harsh, but it’s often used as a reset tool.

  • kill PlayerName

Use it when:

  • Someone is stuck.
  • Someone is glitched and can’t move.
  • You need to reset an event quickly.

Always tell them before you do it. Nobody likes surprise death, even if it’s “admin help”.

The “config changed, now what” commands

These are more situational, but still common enough to matter.

19. difficulty (Minecraft)

  • difficulty peaceful
  • difficulty easy
  • difficulty normal
  • difficulty hard

Use it when:

  • You’re adjusting challenge level mid season.
  • You’re troubleshooting mob related lag.
  • You’re preparing a build session and want peace for a bit.

20. time set / weather (Minecraft)

Basic world control commands.

  • time set day
  • time set night
  • weather clear
  • weather rain
  • weather thunder

Use it when:

  • You’re running events.
  • You’re testing farms or mechanics.
  • You’re trying to reduce chaos during server setup.

On survival servers, don’t overuse these. Players can tell when the world feels “too controlled”.

21. gamerule (Minecraft)

Gamerules are basically server personality switches.

Examples:

  • gamerule keepInventory true
  • gamerule doDaylightCycle false
  • gamerule mobGriefing false

Use it when:

  • You’re tailoring the server for casual play.
  • You’re preventing creeper damage on a community build server.
  • You’re setting up an event world.

Write your gamerules down somewhere. Once you have a few toggled, it’s easy to forget why the server behaves a certain way.

FiveM console commands you’ll lean on (a lot)

FiveM is its own universe. And because so much depends on your framework and resources, “daily commands” are usually about managing resources and keeping the server running.

22. ensure, start, stop, restart (resources)

This is the heartbeat of FiveM administration.

  • ensure resourceName (commonly used in server.cfg and console)
  • start resourceName
  • stop resourceName
  • restart resourceName

Use it when:

  • A script gets stuck or errors.
  • You updated a resource and need it to reload.
  • You’re narrowing down which resource is causing issues.

Be careful with restarting core resources mid session. Players can lose state, inventories, vehicles, depending on what you restart.

23. refresh (resource list refresh)

Often used after adding new resources or changing folder structure.

Use it when:

  • You uploaded a new script and it’s not showing up.
  • You renamed a resource folder.
  • You changed manifests and want the server to recognize changes.

24. sv_scriptHookAllowed and other convars (situational)

FiveM uses console variables (convars) heavily.

You’ll see these in configs more than in daily console typing, but you should still understand them because you’ll troubleshoot them:

  • server name and tags
  • onesync settings
  • endpoints
  • licensing key issues
  • framework settings

Daily reality: most FiveM “commands” are reading errors, restarting a resource, and watching the console for the one line that explains everything. That’s the job.

Terraria server console basics you’ll actually use

Terraria server console command availability depends on whether you’re running the dedicated server directly or via a wrapper. But the daily admin actions are consistent: manage players, save worlds, stop and start cleanly.

Common categories you’ll look for:

  • player list and player management (kick, ban)
  • saving world
  • messaging or announcing
  • shutting down safely

If your Terraria setup supports a command like save or save-all, treat it like Minecraft’s. Use it before restarts. Always.

A tiny routine that saves you from 80 percent of problems

This is not a command list, more like… the habit stack.

  1. When something feels off, run list and check who’s online.
  2. Skim the last 30 to 60 lines of console output.
  3. If you’re going to restart, do a save command first if your game supports it.
  4. Use say to warn players.
  5. Stop cleanly. Then start again.

It’s boring. It’s also why your world doesn’t corrupt and your players don’t rage quit.

Where Gaming4Free fits into this (and why it matters)

If you’re hosting on your own machine, you already know the pain. Ports, firewall rules, random crashes at 2 AM, and you’re the only “support team”.

With a host like Gaming4Free, the practical win is that you can focus on actually running the server. Console access, file access, basic controls, and you’re not forced into monthly payments just to keep a small server alive.

So if you’re at the stage where you’re tired of duct taping setups together, or you want to spin up a server for your Discord without committing money up front, it’s worth checking out.

Not as a pitch. More like, it’s literally what this platform is for.

Wrap up, the real short version

You don’t need to memorize 200 commands. You need maybe 15 you’ll touch all the time.

  • Check what’s happening: help, version, list, status
  • Communicate: say
  • Moderate: kick, ban, unban, op/deop, whitelist
  • Keep things stable: save-all, stop, restarts
  • Fix players fast: tp, gamemode, give, clear, kill
  • FiveM core flow: ensure/start/stop/restart, refresh

Once you get comfortable with these, running a server feels less like guessing and more like steering. Which is the whole point.

FAQs (Frequently Asked Questions)

What are the essential console commands every game server admin should know?

Every game server admin should familiarize themselves with a small set of core commands used daily to manage the server effectively. These include commands like 'help' to list available commands, 'version' or 'ver' to check server builds, 'list' to see online players, and moderation commands such as 'say' for broadcasting messages, 'kick' to remove disruptive players temporarily, and 'ban' to block persistent offenders. These commands form the backbone of daily server management across games like Minecraft, Terraria, and FiveM.

How does the 'help' command assist in managing different game servers?

The 'help' command is a vital tool for admins unfamiliar with specific server setups or plugins. In Minecraft, it displays all available commands including those added by plugins. Terraria and FiveM servers typically have equivalent help functions or documentation accessible via this command. It's especially useful when you forget command syntax, install new plugins, or switch between different server builds.

When should I use the 'version' or 'ver' command on my game server?

Use the 'version' or 'ver' command frequently after updates to confirm what build your server is running. This helps diagnose issues like client mismatches reported by players or plugin malfunctions. It also aids in performance troubleshooting by verifying if you're operating on the latest software version.

What is the purpose of the 'list' command in game server consoles?

The 'list' command provides a quick snapshot of all players currently online on your server. It's invaluable for sanity checks such as confirming player presence before restarts, verifying if someone is connected before taking admin actions, or ensuring no one is active during maintenance windows. Other servers may use similar commands like 'players', 'status', or 'who'.

How do moderation commands like 'kick', 'ban', and 'say' improve server management?

'Kick', 'ban', and 'say' are fundamental moderation tools for maintaining order on your game server. The 'say' command broadcasts messages to all players, ideal for announcements or warnings. The 'kick' command removes problematic players temporarily without permanent penalties, often used for spamming or bugs requiring reconnection. The 'ban' command enforces stricter discipline by blocking repeat offenders or cheaters from rejoining. Using these responsibly ensures a healthy gaming environment.

What roles do Minecraft-specific commands like 'op', 'deop', and 'whitelist' play in server administration?

In Minecraft servers, commands like 'op' and 'deop' manage administrative privileges by granting or revoking operator status to trusted players for tasks requiring elevated permissions. The 'whitelist' command controls who can join your server by enabling or disabling access lists and adding/removing player names accordingly. These tools are crucial for securing your community from unwanted visitors and delegating responsibilities efficiently.

Frequently Asked Questions

What are the essential console commands every game server admin should know?

Every game server admin should familiarize themselves with a small set of core commands used daily to manage the server effectively. These include commands like 'help' to list available commands, 'version' or 'ver' to check server builds, 'list' to see online players, and moderation commands such as 'say' for broadcasting messages, 'kick' to remove disruptive players temporarily, and 'ban' to block persistent offenders. These commands form the backbone of daily server management across games like Minecraft, Terraria, and FiveM.

How does the 'help' command assist in managing different game servers?

The 'help' command is a vital tool for admins unfamiliar with specific server setups or plugins. In Minecraft, it displays all available commands including those added by plugins. Terraria and FiveM servers typically have equivalent help functions or documentation accessible via this command. It's especially useful when you forget command syntax, install new plugins, or switch between different server builds.

When should I use the 'version' or 'ver' command on my game server?

Use the 'version' or 'ver' command frequently after updates to confirm what build your server is running. This helps diagnose issues like client mismatches reported by players or plugin malfunctions. It also aids in performance troubleshooting by verifying if you're operating on the latest software version.

What is the purpose of the 'list' command in game server consoles?

The 'list' command provides a quick snapshot of all players currently online on your server. It's invaluable for sanity checks such as confirming player presence before restarts, verifying if someone is connected before taking admin actions, or ensuring no one is active during maintenance windows. Other servers may use similar commands like 'players', 'status', or 'who'.

How do moderation commands like 'kick', 'ban', and 'say' improve server management?

'Kick', 'ban', and 'say' are fundamental moderation tools for maintaining order on your game server. The 'say' command broadcasts messages to all players, ideal for announcements or warnings. The 'kick' command removes problematic players temporarily without permanent penalties, often used for spamming or bugs requiring reconnection. The 'ban' command enforces stricter discipline by blocking repeat offenders or cheaters from rejoining. Using these responsibly ensures a healthy gaming environment.

What roles do Minecraft-specific commands like 'op', 'deop', and 'whitelist' play in server administration?

In Minecraft servers, commands like 'op' and 'deop' manage administrative privileges by granting or revoking operator status to trusted players for tasks requiring elevated permissions. The 'whitelist' command controls who can join your server by enabling or disabling access lists and adding/removing player names accordingly. These tools are crucial for securing your community from unwanted visitors and delegating responsibilities efficiently.

READY TO START HOSTING?

Deploy your free game server in under 60 seconds. No credit card, no trial — free forever.

DEPLOY FREE SERVER →