wg-manager icon indicating copy to clipboard operation
wg-manager copied to clipboard

Complete Installation Instructions

Open nksky opened this issue 4 years ago • 8 comments

Hi,

Noobie to this, but really like the platform, would it be possible to get full installation instructions for this onto a server? Setting up users, autostart etc.

Thanks

nksky avatar Oct 16 '20 16:10 nksky

Hi @nksky are you still looking for assistance? I can provide you instructions for docker if needed. There are only a few commands total.

tony1661 avatar Dec 23 '20 15:12 tony1661

Hi, may i ask for some help?

  1. how to make use of a server digital certficate?
  2. how to start by boot time?
  3. how to change login and password, i.e, make use of linux authentication?

Thx!

pw44 avatar Jan 04 '21 12:01 pw44

Hi @pw44,

Try the following:

  1. uvicorn main:app --host=0.0.0.0 --ssl-keyfile=./key.pem --ssl-certfile=./cert.pem

tony1661 avatar Jan 04 '21 22:01 tony1661

Hi @tony1661,

thank you for the reply.

Regarding starting with boot and how can another password and user be defined?

Thanks in advance!

pw44 avatar Jan 04 '21 22:01 pw44

Hi @nksky are you still looking for assistance? I can provide you instructions for docker if needed. There are only a few commands total.

I tried both methods at https://github.com/perara/wg-manager#Showcase

But no lucky to me, it would be great if you can help to simplify or automate the process of installation.

Thanks

alexlii1971 avatar Jan 13 '21 06:01 alexlii1971

@alexlii1971 Hi, I can assist. Are you installing for docker or bare-metal?

tony1661 avatar Jan 14 '21 13:01 tony1661

@pw44 I don't know how to do either. To add a new user though you can do that in SQL.

tony1661 avatar Jan 14 '21 15:01 tony1661

@alexlii1971 Hi, I can assist. Are you installing for docker or bare-metal?

Hi, thanks for reply.

1# I use portainer to deploy on fresh server: I tried to use this file at https://github.com/perara/wg-manager/blob/master/docker-compose.yaml

it will show:


Deployment error
Building server Cannot locate specified Dockerfile: Dockerfile

Deployment error Creating network "wgmanager_wg-manager-net" with driver "bridge" Building server Cannot locate specified Dockerfile: Dockerfile screenshot: https://prnt.sc/10h6ayj

3# this part is working: at https://github.com/perara/wg-manager#method-1-docker-compose

but it ask to import configuration after login with admin.

what does that mean please? should I setup another wireguard server?

Thanks and have a nice day.

alexlii1971 avatar Mar 09 '21 14:03 alexlii1971