
TeamPass is a Passwords Manager dedicated to managing passwords in a collaborative way by sharing them among team members. It is an Open-Source free-to-use product distributed with respect to OpenSource GNU GPL-3.0. Please see the following related guides: how to fix MDT deployment failed and Stuck at Command Prompt: Windows installation does not proceed via PXE boot, how to Determine if TPM is present: If not enable TPM, How to Fix “Getting Windows Ready” don’t turn off your computer stuck on Windows, and Fix Hyper-V VM Stuck in Stopping State. In this article, I will be showing you how to fix TeamPass stuck on working on it.
Note: When this issue is present, kindly see the php_error.log
for more information. This might not help solve the issue as the error might be vague and not descriptive enough. Please see what you need to know before integrating on-premise AD with Azure Active Directory and MFA.
Why was this issue “TeamPass stuck on working on” Present?
If you do not create a VirtualHost when installing and configuring TeamPass Password Manager, and you simply allow links on the project on the Wampserver homepage, this installation will not succeed. The image below shows only links are allowed on the project homepage.

This will result in the following image below but does not create a virtual host on Wampserver. See how to update WampServer to Latest Version, and how to uninstall WAMPServer from Windows.

Therefore, during installation, the will have the following errors. Despite successfully connecting to the DB, upon entering the Teampass Admin password, the installation will fail and will remain stuck for days as long as you leave it to run thing it will work 🙂
Note: TeamPass Password Manager installation is pretty very fast when done correctly. Please see how to fix Task Scheduler shows tasks still running despite being successful, and how to hide Folders and Files from Search Results in Windows.

Solution – Create a Virtual Host on WampServer
Virtual hosting is a method for hosting multiple domain names on a single server. This allows one server to share its resources, such as memory and processor cycles etc to use the same hostname. Please see how to Unable to lock the administration directory / Could not open lock file
You will need to create an Apache virtual host configuration file to host Teampass on the internet. I have created an article on how to do this. Please see how to create Virtual Hosts in a WAMPserver. Kindly use the Wampserver homepage as shown in the image below as it makes the creation effortless.

Note: HTTP is the communication protocol that allows a browser to communicate with a Web server. HTTPS adds a layer of security in communication, enabling data encryption using TLS/SSL. To configure a Virtual Host to use HTTPS, you must first configure a digital certificate. Please see this article on how to enable SSL on Wampserver.
I hope you found this blog post helpful on “how to fix TeamPass stuck on working on it”. If you have any questions, please let me know in the comment section.