Hi Mukul Padhya,
Thank you for posting your query on Microsoft Q&A.
The error message "Failed to reserve port 6516" typically occurs because another application on your system is already using port 6516.
By default, Windows Admin Center (WAC) uses port 6516 for its web-based management interface. During the setup process, WAC attempts to open this port to facilitate communication between itself and other servers.
Open the Command Prompt with administrative privileges and run following below command.
netstat -ano | findstr :6516 and to check if there any process currently using this port.
If another application is using the port, you may need to stop that application or reconfigure it to use a different port.
If this information is helpful, we would appreciate it if you could click the Accept Answer & Upvote on this post.