Initial Setup with remote Server / no UI

o b
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!
May 24, 2019

How can i access the http://localhost:8080 if i cant to it from the local machine, since its a linux server with only command -> no browser.  I tried using my normal DNS:8080 from my home pc and server-ip:8080. Nothing is working.

Other steps i tried, was completle turning of my ufw (Firewall).

1 answer

0 votes
Andrew
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 Leaders.
May 24, 2019

Hi @o b ,

Check that jira work. Try curl -vI http://127.0.0.1:8080/ in console it should write response. Use 'ps -ef | grep java' it should show work java or not.

If it work well, then check firewall more detailed.

Also you can use this instead curl https://lynx.browser.org/

 

B.R.

Suggest an answer

Log in or Sign up to answer