pre-configure the Linux client with a Hipchat Server URL

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible


Purpose

Launching the client will display a screen to choose between Hipchat cloud or Hipchat Server. This can be confusing to users who do not know if their organization is using Hipchat Server or Hipchat cloud, or may not know the URL for their organization's Hipchat Server.

Solution

Pre-configure the client with a Hipchat Server URL. This will skip selecting Hipchat cloud or Hipchat Server and go straight to the login screen for the designated Hipchat Server.

To pre-configure the Linux Client

  1. install the Linux Hipchat Client
  2. in the directory $HOME/.config/Atlassian create the file config.ini

    touch $HOME/.config/Atlassian/config.ini
  3. in the config.ini file add the line force_server=<URL of the SERVER>

    echo force_server=https://hipchat.example.com > $HOME/.config/Atlassian/config.ini
  4. startup Hipchat while having the work directory set as $HOME/.config/Atlassian/

    cd $HOME/.config/Atlassian
    hipchat4

    or

    sh -c 'cd $HOME/.config/Atlassian && hipchat4'

    or create/adjust your launcher (screenshot is from an Xfce launcher)



Screenshot of selection screen for HipChat cloud or HipChat Server

Selecting Hipchat Cloud or Hipchat Server

Last modified on Jan 19, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.