Dear all
I have installed jira server in a pc and i am accessing it for the same PC using Localhost:8080
i want to make jira server available for our team to be accessible on the web.
please advice appreciate your walk through.
You will need to make your PC available on your internet site, and probably do something with DNS. Once you've got your PC available to the internet, you'll need to change the base url to match the address or domain of the PC on the net, and Jira will be served up there.
As a really simple example, I've got a machine running Jira in my house. On my router, I've made incoming connections on port 443 be forwarded to that machine. So, if you know my houses internet IP address, you can hit that in a browser from anywhere in the world and get my Jira.
It is more complex than that (I have a dynamic IP address like most domestic internet connections, so I use a dynamic host provider that gives me a DNS entry for my registered internet domain and routes everything to my house and keep I Jira behind a proxy as well), but that's the basics you'll need to do for your server.
Thank you for you replay, I will try and let you know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no simple work-every-time answer to this question.
First of all make sure that firewall on your pc do not block access to port 8080 from local network. To check it just try to visit http://<your_local_IP>:8080 form another computer on your network. To check your local IP use ipconfig (from Windows) or ip a (from Linux).
Then configure port forwarding (or d-nat) on your access internet router and forward all traffic from WAN (Internet) on port for example 80 to IP of your PC on port 8080 and make sure that firewall on your router do not block such traffic. Then try to access http://<your_public_internet_IP> from anywhere on Internet.
There is a possibility that your network provider (ISP) block such traffic, do not give you public IP or will change this IP on regular basis. If so you will need to talk with them or use other solutions like dyndns.
If you would like to access Jira using http://www.example_domain.com instead of IP address you need to register public domain and configure DNS properly (first I suggest you to make sure you have it working via IP address).
I would also suggest you to configure SSL and access via https.
Best regards,
Piotr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Piotr
I was able to use my ip and access jira from another computer but for that i have turned off the firewall,
any other workaround to keep the firewall on and still should work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can enable your firewall again and add new rule to your firewall.
If its windows and you are using build-in firewall just go to control panel -> firewall Windows Defender -> advanced settings -> incoming rules -> add new rule:
If you use 3rd party firewall you just need to create similar rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are working in office , and colleagues are connected with the same WiFi , you can directly share your ipaddress:8080.
people can able to access. When I was in my office, I done like this for my test instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Thanks for your reply No I am working from Home.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.