wg-manager
wg-manager copied to clipboard
Complete Installation Instructions
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
Hi @nksky are you still looking for assistance? I can provide you instructions for docker if needed. There are only a few commands total.
Hi, may i ask for some help?
- how to make use of a server digital certficate?
- how to start by boot time?
- how to change login and password, i.e, make use of linux authentication?
Thx!
Hi @pw44,
Try the following:
- uvicorn main:app --host=0.0.0.0 --ssl-keyfile=./key.pem --ssl-certfile=./cert.pem
Hi @tony1661,
thank you for the reply.
Regarding starting with boot and how can another password and user be defined?
Thanks in advance!
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 Hi, I can assist. Are you installing for docker or bare-metal?
@pw44 I don't know how to do either. To add a new user though you can do that in SQL.
@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.