Cookie Settings
Customize Consent Preferences
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

Other cookies are those that are being identified and have not been classified into any category as yet.

Try our new documentation site (beta).

Filter Content By
Version
Table of contents
Filter by Language

Testing a Client Computer

Before using the Gurobi Cloud, you should install and configure Gurobi Optimizer to run on the client computer(s). Installation instructions are in the Gurobi Optimizer Quick Start Guide. You can download the current version of Gurobi Optimizer from the Download section of the Gurobi website.

If you would like to test a client computer before trying the Gurobi Cloud, a free test server is available at https://csdemo.gurobi.com. With this test server, you can test and diagnose any network connection issues without paying any charges for a Gurobi Cloud instance. This test server is very limited in bandwidth and computing resources: it should only be used to test whether a computer can connect to a remote Gurobi Compute Server. Please do not use this free server for any other testing or any other purposes.

To try the test server, open a Command Prompt (on Windows) or a Terminal (Mac or Linux), then run the command:

gurobi_cl --server=https://csdemo.gurobi.com mymodel.mps

You should change mymodel.mps to any simple model file such as afiro.mps from the examples\data subdirectory.

If it fails with a communication error, please verify with your system administrator that firewalls rules allow communication using HTTPS on default port 443. If you have to use a proxy server, Gurobi tools and libraries are compatible with standard proxy settings using environment variables HTTP_PROXY and HTTPS_PROXY. HTTPS_PROXY takes precedence over HTTP_PROXY for https requests. The values may be either a complete URL or a "host[:port]", in which case the "http" scheme is assumed.

If it fails with All servers at capacity message, it will mean that the server is currently busy with other users; please wait or try again later.