Hi,
As its known that the admin panel's wireguard server section, for every profile you can download the config file. But upon downloading the config file, it ends in .conf.json file extension. So is there any solution to have the admin panel download file with .json omitted?
Hi
Could you please provide the model and firmware version on which you are experiencing this issue?
We tested this on BE9300 v4.8.3 and were unable to reproduce the problem.
Profiles exported from WireGuard Server end with the .conf extension.

Have you tried using Chrome or Edge's Incognito mode to see if that resolves the issue?
So now that i tested on pc it does end with .conf, the situation only happens when using phone, in this case samsung browser
Thank you for the clarification.
It appears to be a issue releated to browser compatibility affecting mobile devices.
We will ask the R&D team to check whether this can be fixed in a future version.
Just wonder how the admin panel generate download links for wireguard config file?
We are not part of the R&D team, so we are not familiar with all the implementation details.
However, at a high level, the process retrieves profile information via an API, then uses a blob to dynamically generate the file in real time when the download/export button is clicked, which in turn triggers the browser’s download event.