Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working on Ubuntu 22.04 #11

Closed
Kapyyyy opened this issue Jul 23, 2023 · 15 comments
Closed

Not Working on Ubuntu 22.04 #11

Kapyyyy opened this issue Jul 23, 2023 · 15 comments

Comments

@Kapyyyy
Copy link

Kapyyyy commented Jul 23, 2023

First of all I'm pretty inexperienced with linux etc so I'm sorry if this is somehow my fault :/

Here's what I did

First I installed docker and I set it up to run as root.

Then I installed Worm-hole using the install.sh script (in auto mode, but I also tried manual) on an oracle vps running [Canonical-Ubuntu-22.04-2023.06.30-0] on x64 cpu

Checking with docker ps looks like this https://i.imgur.com/XxifEd8.png
and checking trough portainer (which I'm slightly more familiar with compared to interacting with docker trough the cli) for the container logs on the wg_dashboard container shows it generating new master keys once a minute, but there's no errors or anything extra being printed https://imgur.com/a/UQUMpnM

I also tried to set this up trough portainers custom templates using the compose.yml and ran into the same issue

any solution to get this running would be nice and I can provide more info if necessary

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 25, 2023

Which release are you using

@Kapyyyy
Copy link
Author

Kapyyyy commented Jul 26, 2023

If you're asking which release of worm-hole I'm using, I just used git to clone the latest(?) version on the day of opening this issue.

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 26, 2023

Might use a release. I test in prod sometimes. Also if using a release modify the compose to build instead of pulling the image.

@Kapyyyy
Copy link
Author

Kapyyyy commented Jul 26, 2023

I deleted all the containers and images I had as well as the worm-hole folder, Re-installed using the commands in the instructions, but before running the install script I opened up the docker-compose file and un-commented the line with "build: ./WG-Dash" on it, which is what I'm assuming you were telling me to do, but the end result is still the same, the wg-dashboard keeps restarting every minute just like before.
edit was for fixing typos.

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 27, 2023

Did you do a docker compose down before removing the worm-hole folder?

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 27, 2023

Also, try this:

- cd Worm_Hole
- docker compose down
- cd ..
- rm -r  Worm-Hole
- git clone https://github.com/NOXCIS/Worm-Hole.git
- cd Worm-Hole
- sudo chmod +x ./install.sh
- sudo ./install.sh 
- Reset Wireguard
- Auto Install Option 2
- 

@Kapyyyy
Copy link
Author

Kapyyyy commented Jul 27, 2023

  1. I used portainer to stop and remove the containers and the downloaded docker images, since I'm not that familiar with using docker trough the terminal

  2. I followed your new instructions and I'm still stuck with the same issue as before
    I also tried the new instructions + uncommenting the build line to see if that would make a difference, but no

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 29, 2023

Can you attach your logs.

@Kapyyyy
Copy link
Author

Kapyyyy commented Jul 30, 2023

How would I go about doing that?

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 30, 2023

docker ps
Get the container ID of wg-dashboard
docker logs

@Kapyyyy
Copy link
Author

Kapyyyy commented Jul 30, 2023

Like I said in the original post, the wg-dashboard just keeps printing new qr codes and keys once a minute with nothing in the logs

https://imgur.com/a/UQUMpnM

@NOXCIS
Copy link
Owner

NOXCIS commented Jul 31, 2023

What are you running it on

@Kapyyyy
Copy link
Author

Kapyyyy commented Aug 2, 2023

from my original post "on an oracle vps running [Canonical-Ubuntu-22.04-2023.06.30-0] on x64 cpu"

@Kapyyyy
Copy link
Author

Kapyyyy commented Aug 3, 2023

I switched to ubuntu 20.04 and wg-dashboard is not crashing anymore

@NOXCIS NOXCIS changed the title wg-dashboard container keeps restarting? Not Working on Ubuntu 22.04 Aug 8, 2023
@NOXCIS
Copy link
Owner

NOXCIS commented Aug 20, 2023

Fixed

@NOXCIS NOXCIS closed this as completed Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants