Use txAdmin as the map, not the final answer
txAdmin shows useful status, resources, restart history and server output, but the dashboard summary is often only the top layer. A server can show as restarting, offline or unhealthy because one resource fails during boot. The real cause may be a bad fxmanifest, a database connection, a missing dependency, a bad artifact, a recipe step that did not finish or a resource that crashes immediately after start. Always pair the txAdmin message with the console lines around the failure.
When a restart loop starts, avoid repeatedly pressing restart without changing anything. Each restart may make the log noisier. Instead, identify the last change: new resource, recipe update, artifact update, database import, config edit or permission change. If the server worked before the change, temporarily disable the newest resource or revert the config line, boot cleanly, then reintroduce one change at a time.
txAdmin message:
last resource added:
first console error:
server.cfg recent edits:
artifact or recipe change:
what happens after restart:Separate recipe problems from resource problems
A recipe problem usually appears during setup or update. Files may be missing, a dependency may not download, or a generated config may not match your host. A resource problem happens when the server boots but a specific resource fails to start. If the issue is a recipe problem, check the install log and whether the expected files exist. If the issue is a resource problem, check the resource folder, manifest, dependency order and first runtime error.
Do not paste only a screenshot of the txAdmin dashboard into AI. Paste the console text. Text lets Stellar AI match exact file names, line numbers, resource names and error phrases. If credentials appear, redact the secret values but leave enough structure to understand whether the connection string or path is wrong.
Check artifact and resource compatibility
Some issues appear after updating artifacts or replacing a framework resource. A custom script may depend on a specific QBCore, ESX, ox_lib or inventory version. Before rewriting the custom script, confirm what changed. If an artifact update caused the issue, check whether multiple resources fail in similar ways. If only one resource fails, inspect that resource first. If many resources fail, suspect a shared dependency, database layer or framework change.
Build a safe recovery flow
For a live community server, keep a simple recovery process. Backup config and database before big changes. Add one resource at a time. Keep a known-good server.cfg. If txAdmin shows a loop, disable the newest custom resource and verify a clean boot. Then enable dependencies, then the target resource, then test privately with one player. This avoids breaking the whole server while debugging one addon.
Ask Stellar AI to produce a short triage plan: what to disable first, what logs to copy, what config lines to inspect and what test proves the fix. A strong answer should not tell you to wipe the server. It should preserve working resources and isolate the failing piece.
Turn the txAdmin log into a fix
Paste the txAdmin message, console output and recent server changes into Stellar AI. Ask for a diagnosis before a rewrite.
Open Stellar AI free →