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

docker on a seperate vm/pc #9

Open
lazee486 opened this issue Oct 15, 2024 · 3 comments
Open

docker on a seperate vm/pc #9

lazee486 opened this issue Oct 15, 2024 · 3 comments

Comments

@lazee486
Copy link

any chance of a guide to install it on a linux box controlling a mikrotik via the api? Im probably going to try, just pointing out a lot of people will pass what looks like an excellent project by.

@techgarage-ir
Copy link
Owner

I'm working on a new wiki that includes installation on RouterOS itself or installing on a separate device using docker.
There's some guides in telegram support group, but if you look for a more comprehensive, new wiki will be available in upcoming weeks.

@rdwnrymn
Copy link

rdwnrymn commented Jan 6, 2025

I'm working on a new wiki that includes installation on RouterOS itself or installing on a separate device using docker. There's some guides in telegram support group, but if you look for a more comprehensive, new wiki will be available in upcoming weeks.

is this new wiki already release? need guide for installing this project on a linux server too

@techgarage-ir
Copy link
Owner

I'm working on a new wiki that includes installation on RouterOS itself or installing on a separate device using docker. There's some guides in telegram support group, but if you look for a more comprehensive, new wiki will be available in upcoming weeks.

is this new wiki already release? need guide for installing this project on a linux server too

new wiki is still on development cuz of new website, you can use the following way to install on linux server:
install docker:
apt update && apt install docker -y

pull the latest version of MTWireguard:
docker pull techgarageir/mtwireguard:latest

create and run the container:

docker run -d \
    -p `Port to access panel`:8080 \
    -e MT_IP=`Mikrotik IP` \
    -e MT_USER=`Mikrotik Username` \
    -e MT_PASS=`Mikrotik Password` \
    -e MT_PUBLIC_IP=`Mikrotik Public IP address (or domainname)` \
    techgarageir/mtwireguard:latest

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

3 participants