How to give access to multiple users on different machine?

Prajaka Waje, geändert vor 8 Jahren.

How to give access to multiple users on different machine?

Youngling Beiträge: 14 Beitrittsdatum: 07.10.15 Neueste Beiträge
Hi,

I have installed klaros- Test Management community edition. I have created two users in Klaros- Test Management and provided them a role of Manager and Tester respectively.
 
I have installed same community edition of klaros on another machine. And there I am trying to use the same users which were created by me on my machine. But I am not able to login with those users.
It is showing that first time you have to login with username: admin and password: admin.
 
How can I use those users or how can I give access to those users on different machine.
thumbnail
Fabian Klaffke, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Padawan Beiträge: 92 Beitrittsdatum: 01.09.12 Neueste Beiträge
Hi Prajakta,

Klaros-Testmanagement is a client/server application which means that you need to install it only once on a computer that is permanently running (server). The application can then be accessed by other computers via a web-browser (clients).

In your case, you installed Klaros on one computer and accessed it from the same computer (http://localhost:18080/klaros-web/pages/login.seam). To access it from another computer, you first need to figure out the IP address of the server. This can easily be done via the Windows CMD commandline command 'ipconfig' (https://en.wikipedia.org/wiki/Ipconfig).

You then can access Klaros from another computer in the same network by replacing 'localhost' with the servers IP address, e.g. http://192.168.16.145:18080/klaros-web/pages/login.seam .

The other installation on the client machine is not needed and can safely be uninstalled.

Regards,
Fabian
Prajaka Waje, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Youngling Beiträge: 14 Beitrittsdatum: 07.10.15 Neueste Beiträge
Thank you so much.

You mean as I have installed klaros on my machine then my machine will act like a server. So that I have to replace 'localhost' to my (server) IPaddress in klaros link. I have replaced and now this link becomes 'http://192.168.56.1:18080/klaros-web/pages/login.seam'.

But for that do I need to set Network from configure menu? I am not getting what to enter in Proxy Host, Port, No Proxy For, Username and Password field. Do I need to enter Proxy settings of klaros application or my companies proxy setting?
thumbnail
Fabian Klaffke, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Padawan Beiträge: 92 Beitrittsdatum: 01.09.12 Neueste Beiträge
Hi Prajakta,

the settings in Configure/Integration/Network need to be touched only if the communication between the clients and the server should not happen directly, but through a proxy server (see also http://www.klaros-testmanagement.com/files/doc/html/User-Manual.Configure.Main-IntegrationSettings.html#User-Manual.Configure.Main-IntegrationSettings.Network).

You should already be able to view the login-screen of Klaros-Testmanagement from a client machine via 'http://192.168.56.1:18080/klaros-web/pages/login.seam'.

Regards,
Fabian
Prajaka Waje, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Youngling Beiträge: 14 Beitrittsdatum: 07.10.15 Neueste Beiträge
Yes, I have read that user manual. Thanks.
But now actually I am able to view login-screen via 'http://192.168.56.1:18080/klaros-web/pages/login.seam'. But this url is not getting opened on client machine. It is showing connection time out error. Do I need to set anything else?
thumbnail
Fabian Klaffke, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Padawan Beiträge: 92 Beitrittsdatum: 01.09.12 Neueste Beiträge
Hi Prajakta,

A connection timeout error usually means that the target IP address is not in the same subnet as the client. Could you please verify if the IP address of the client looks like 192.168.56.XXX ?

Regards,
Fabian
Prajaka Waje, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Youngling Beiträge: 14 Beitrittsdatum: 07.10.15 Neueste Beiträge
OK
I will check. thank you so much for this help.
thumbnail
Fabian Klaffke, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine? (Antwort)

Padawan Beiträge: 92 Beitrittsdatum: 01.09.12 Neueste Beiträge
Hi Prajakta,

if the client machines are not in the same local network as the server then the server needs to make the Klaros-Testmanagement installation available to the internet. This can be done in different ways (e.g. VPN); the following discussion should point you to the right track:

http://superuser.com/questions/93046/how-do-i-allow-a-remote-user-to-connect-to-a-web-app-running-on-my-pc

Regards,
Fabian
Prajaka Waje, geändert vor 8 Jahren.

RE: How to give access to multiple users on different machine?

Youngling Beiträge: 14 Beitrittsdatum: 07.10.15 Neueste Beiträge
Ok, Thank you Fabian.