-
Notifications
You must be signed in to change notification settings - Fork 79
Troubleshooting & Help ‐ Need help ? ‐ Report an issue
ElGuillermo edited this page Jan 14, 2025
·
21 revisions
🧭 You are here : Wiki home / Troubleshooting & Help / Need help ? / Report an issue
Please respect peoples time and energy and at least attempt to solve your problem by searching this Wiki / CRCON's Discord / Google first
- Did you have a look at Common issues and their solutions ?
- Did you search for this issue in CRCON's Discord (its link is on the Home page) ?
- Did you search for this issue in Google ?
If you didn't find any relevant information, ask for help on the tech-support channel.
Important
- This person may not be available
- Getting an answer to your question on a public channel may help other users in the future
Have these informations handy :
Tip
You can use a third-party tool to automatically gather all these technical infos.
- Your machine specs (CPU, RAM, storage)
- Your operating system (Windows, Linux, etc) details
- CRCON install method (either
git clone
or zip) -
.env
file
⚠️ this one contains private data, such as passwords :
only share it with a person you fully trust, or delete the passwords before sharing. -
compose.yaml
file -
docker ps
command output -
git status
command output - Docker logs :
⚠️ Some of these logs contain private data, such as passwords :
only share their content with a person you fully trust, or delete the passwords before sharing.- either all containers logs :
docker compose logs -n 200
command output - either a single container log :
docker compose logs backend_1 --tail 200
docker compose logs frontend_1 --tail 200
docker compose logs maintenance --tail 200
docker compose logs postgres --tail 200
docker compose logs redis --tail 200
docker compose logs supervisor_1 --tail 200
- either all containers logs :
- Any relevant log files (in
logs/
)
Note
You can share files contents and logs using a paste bin such as https://privatebin.net/
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
Maps
Records
Settings
Others
Stats
(TODO)
- Admin panel (needs update)
- Migrate CRCON to another VPS
- Replace the game server managed in CRCON
- Adding a game server to manage in CRCON
- Overview Project Structure
- Development environment
- Building your own Docker images
- CRCON API
- Streaming Logs
- Remotely connect to the PostgreSQL database
- Miscellaneous (needs update)
- HLL RCON Commands (needs update)
- Please look at this first
- Ask for help