Username Password for login dashboard

Hi,
I new install I don’t know user for login tyk . I find document run command ./bootstrap.sh ubuntu.local.com:3000
It’s show error : ERROR: Please install Python and ensure that you are able to run the python command within the terminal but my pc I install python done
root@ubuntu:/opt/tyk-dashboard/install# python3 -V
Python 3.5.2

regards,
Khosit.

Hi, our script looks for the python binary, you can try creating a symbolic link:

$ ln -s `which python3` /usr/bin/python

Then verify if the python command works:

$ python -v

If this is correct you should be able to run bootstrap.sh script again.
Best.

I run command sudo /opt/tyk-dashboard/install/bootstrap.sh 172.17.1.109 , It’s show error

root@ubuntu:/opt/tyk-dashboard/install# sudo /opt/tyk-dashboard/install/bootstrap.sh 172.17.1.109

Creating Organisation
ORG DATA: {“Status”:“OK”,“Message”:“Org created”,“Meta”:“5bd676f81d41c8128172c932”}
File “”, line 1
import json,sys;obj=json.load(sys.stdin);print obj[“Meta”]
^
SyntaxError: invalid syntax
ORG ID: 4

Adding new user
File “”, line 1
import json,sys;obj=json.load(sys.stdin);print obj[“Message”]
^
SyntaxError: invalid syntax
ERROR: Unable to parse JSON

Hi, do you see any message in the dashboard log when running this command?

Regards