Skip to content

FiveM

txAdmin Guide: Permissions, Restarts and Recovery

Operate an existing FiveM deployment with individual admin permissions, controlled maintenance and recoverable profile data.

FiveMtxAdminPermissionsRestartsAdministration
Reading time
3 min read
Published
Updated
Maintained by
EnderHost Team

Use txAdmin to manage an existing FiveM server through individual admin permissions, deliberate restart procedures and protected profile data. Give moderators the actions they need rather than shared owner credentials. Treat the web console and configuration editor as privileged access, and back up the application database separately from txAdmin’s own state.

Design permissions around responsibilities

Review the permissions supported by your installed release
ResponsibilityExample permission to evaluateRisk to consider
Read console outputconsole.viewLogs can contain sensitive operational information.
Issue console commandsconsole.writeArbitrary commands can change service state.
Restart the servercontrol.serverA mistaken action interrupts players.
Edit server configurationserver.cfg.editorChanges can expose secrets or alter the entire deployment.
Manage administratorsmanage.adminsThis can expand another person’s authority.

The current permission documentation distinguishes these capabilities. Review it after significant upgrades instead of assuming a role created long ago still matches its purpose. Avoid granting all_permissions for convenience, and remove access when a role ends.

Protect the administration path

Restrict the web interface to trusted administration access where your hosting setup permits it. Use individual identities and strong credentials. Account linking does not make a publicly exposed management service immune to credential theft or configuration errors. Keep a separate recovery route if your normal administrator account becomes unavailable.

Make planned restarts predictable

  1. Identify which process manager owns the server lifecycle. Avoid two supervisors fighting to restart the same instance.
  2. Announce the maintenance window and identify operations that should finish before shutdown.
  3. Create an appropriate recovery point before updates, not merely before every routine restart.
  4. Stop cleanly, verify the process exited, apply the intended change and start using the normal supervisor.
  5. Check the console, a player join and persistent data after startup before announcing completion.

Scheduled restarts can be operationally useful, but repeated memory growth or crashes still need diagnosis. Keep timestamps and the first relevant error. A successful automatic restart does not explain why the previous process failed.

Know what txData contains and what it does not

Record the actual profile and txData paths for your deployment; they can differ between environments. Back up the required profile configuration and administrative state with restricted access. A backup of txAdmin’s player information is not evidence that a framework’s SQL inventory, economy or character data has been captured.

When the server keeps restarting

Preserve evidence before changing the schedule
ObservationInvestigation
Immediate start/exit loopArtifact/runtime compatibility, startup path and earliest console error
Failure during a resource startDependency order and the last deployed resource version
Failure at a predictable timeRestart schedule, backup jobs and external automation
Process killed with no application tracebackHost/container limit and platform event logs

Pause conflicting automation during a maintenance investigation and keep the last working configuration. Do not repeatedly restore an old database while players can still write to it. Reopen only after confirming which instance and data store are authoritative.

For initial installation, use txAdmin setup. For recovery, use the FiveM file/database backup guide. Check the administration access available with FiveM hosting before designing team roles around it.

Sources and references

Hosting documentation. Publication and update dates reflect this edition.

Related articles

Related topics

Hardware we trust. Software you know.

PREPARING YOUR EXPERIENCE