The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

accessing Portal Through Internet

ahatami
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 23, 2016

I have installed JIRA Software 7.2.4 , added Core and Service Desk on Server 

it is configured as http://localhost:8080 that I can access it internally. However I need other users to be able to access the Dashboard, changed the localhost to Public IP of the server but still not accessible

need to get it up and running by tomorrow morning and don't have time to play around, any help would be great  

some settings that may help :

Mode: Public

External user Management: OFF

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 23, 2016

This is a networking question really.  You've got JIRA running ok on http://localhost:8080 so that covers the Atlassian side of it.  To make it public, you need to give other users a route to it.

On the most simple level, that route would be http://aaa.bbb.ccc.ddd:8080 - the letters being the IP address (IP4) of your machine (not the name, but the plain IP address), and the 8080 is the port.  Does that work?