Help documentation

 

Installing Go server

Before you install the Go server or agent, please take a look at System Requirements.

Installation

How to install Go server for Windows

You must be logged in as a user with Administrator privileges to install the Go server on Windows.

  1. Double-click the go-server-${version}.exe installer file and follow the prompts to install Go.
  2. During installation you will be asked to select a directory that will serve as the root path for your Go server installation. Go server will store all of its associated data in this directory by default.
  3. You will next be prompted to choose the bundled Oracle 7 JRE or specify the location of JRE (or JDK) installed on your system
  4. At the end of the installation, Go server will register itself as a windows service owned by 'Local System' and start running automatically.
  5. Shortcuts to Go will be placed on your Desktop and in your Start Menu for convenience - double-click the shortcut to go to the Go dashboard.

Override default startup arguments

  • Create a file named wrapper-properties.conf inside the config directory
  • With reference to the representation above, if you wish to increase the maximum java heap size from default 1024m to 2048m,
    1. Copy the property wrapper.java.additional.2=-Xmx1024m from wrapper-server.conf to wrapper-properties.conf
    2. Change the value associated to wrapper.java.additional.2 to the desired value 2048m as shown in the above representation
  • Adding a new property entails:
    1. Increment the x by 1 in wrapper.java.additional.x where x is the highest number in wrapper-server.conf and wrapper-properties.conf combined
    2. Add this newly created property to the wrapper-properties.conf

How to install Go server for Mac OSX

How to install Go server for Linux

How to install Go server for Solaris

Copying existing config to a new Go-Server instance

Location of files after installation of Go server