ngoduykhanh / wireguard-ui

Wireguard web interface
MIT License
3.87k stars 475 forks source link

Web UI Problems #498

Open X-UIP opened 7 months ago

X-UIP commented 7 months ago

Hello, I Have a few problems with Web-UI,

1) when I create a client I should click on apply config thats which causes all client's config reset! I wanna when create client work without clicking on apply config. 2) when I reset my VPS, after VPS Loading I should install Wireguard UI Again! I think it should without installed again! 3) there are two dates and times under every client! Who knows what is this ? And what exactly is it used for? 4) My endpoint Address is a domain, and I have a lot of clients that work with it, if change this endpoint to another domain, what happens?

ngoduykhanh commented 6 months ago

Hello,

when I create a client I should click on apply config thats which causes all client's config reset! I wanna when create client work without clicking on apply config.

It was designed like that. If you use systemd for example, we have to restart the Wireguard process to reload the config.

when I reset my VPS, after VPS Loading I should install Wireguard UI Again! I think it should without installed again!

What do you mean by "reset my VPS"? Do you mean reinstalling the VPS's OS? If so, of course, you have to reinstall your software, including Wireguard-UI. If you mean a reboot, no, you don't have to, please check your setup.

there are two dates and times under every client! Who knows what is this ? And what exactly is it used for?

Creation time & Update time

My endpoint Address is a domain, and I have a lot of clients that work with it, if change this endpoint to another domain, what happens?

You have to re-genereate the configs and issues them to the clients so they can get new endpoints.

X-UIP commented 6 months ago

Hi dear, Thank you very much for your answers, can you add one more ability to this panel? I think you can assign an expiration date for each user for better user management.