What Gateway and Pump Version is installed on my server?

The dashboard UI discloses its version. But how do I tell what version of the gateway and pump I already have on my server?

Hi @redscull, are you using the packaged version (Ubuntu/RedHat)?

I assume so. Standard on premises installation done about a year ago. I’m inheriting from another dev.

You can check the Tyk logs, both print the version during the startup, check /var/log or /var/log/upstart, the file should be tyk-gateway.stdout.

You may use one of these commands:

ls -l /var/log/tyk*
ls -l /var/log/upstart/tyk*

Best.