Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Steps to Debug if the Application is Not Running

engageub edited this page Apr 4, 2026 · 4 revisions

To effectively debug issues, enabling container logs is essential 🔍. Please follow the steps below:

  1. Open the properties.conf file 📄
    → Set ENABLE_LOGS to true

  2. Start the InternetIncome Script ▶️

  3. Container names can be found in the containernames.txt file 📋
    ...or you can retrieve them directly from the terminal using docker ps 🖥️

  4. 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 🔧)

  5. 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)

  6. 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.

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /