-
Notifications
You must be signed in to change notification settings - Fork 74
Steps to Debug if the Application is Not Running
To effectively debug issues, enabling container logs is essential 🔍. Please follow the steps below:
-
Open the
properties.conffile 📄
→ SetENABLE_LOGStotrue✅ -
Start the InternetIncome Script
▶️ -
Container names can be found in the
containernames.txtfile 📋
...or you can retrieve them directly from the terminal usingdocker ps🖥️ -
Get the container name and view the logs with this command:
sudo docker container logs <CONTAINER_NAME>(Replace
<CONTAINER_NAME>with the actual name of the container you want to debug 🔧) -
Some applications need UDP connections 🌐
In that case, check the TUN container logs for connectivity issues:sudo docker container logs <TUN_CONTAINER_NAME>(Replace
<TUN_CONTAINER_NAME>with your proxy or TUN container name) -
If the application is experiencing network issues while your proxies are functioning properly, please contact the appropriate application support team or Discord group to check for any ongoing issues.