Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [solved] Unable to connect remotely

[solved] Unable to connect remotely

Added by Rob Baxter over 6 years ago

Installed on debian server.  Can not connect remotely.

Used netstat to checking that it is listening on the right port:

netstat -nlp | grep 6000   
tcp        0      0 127.0.0.1:6000          0.0.0.0:*               LISTEN

The web hosting company says that the application should be listening on 0.0.0.0:6000 rather than 127.0.0.1.   But I can't find anywhere to change this in the settings.


Replies (3)

RE: Unable to connect remotely - Added by Rob Baxter over 6 years ago

Figured it out.
 Fixed with:

sudo openproject config:set HOST=0.0.0.0

RE: [solved] Unable to connect remotely - Added by Oliver Günther over 6 years ago

Hi Rob,

in a packaged installation, the web server is responsible for handling outside connections. The internal application server on port 6000 should not be made public. What is your setup that the web server does not handle this? Did you not choose to install Apache or does it listen on a public interface?

Best,

Oliver

RE: [solved] Unable to connect remotely - Added by Mauricio Lazo about 5 years ago

Thank you very Rob! With your post I solved an issue I had in my implementation of Open Project. I posted my scenario on https://community.openproject.com/topics/11952

  • (1 - 3/3)
Loading...