# API Problem after installation CMS 3.0.3

**URL:** https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809
**Category:** CMS Installation
**Created:** [September 22, 2021, 8:52am UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809 "2021-09-22T08:52:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![web76](https://community.xibo.org.uk/letter_avatar_proxy/v4/letter/w/c77e96/32.png) [@web76](https://community.xibo.org.uk/u/web76)
#### Post date: [September 22, 2021, 8:52am UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809/1 "2021-09-22T08:52:42Z")

</div>

To be completed by the original poster:

# CMS Version

CMS 3.0.3

# Installation Method

Customer Installation for IIS 10

# Operating System

Windows Server 2019

# Issue

Xibo Login works and i can create Layouts and so on, but with RestAPI i have a problem.  
I try with Postman to access to Xibo, but this message came back, what say this message me?

{  
“error”: 0,  
“message”: “API configuration problem, consult your administrator”  
}

---

<div class="post-metadata">

### Author: ![Bhupinder\_kumar](https://community.xibo.org.uk/user_avatar/community.xibo.org.uk/bhupinder_kumar/32/11512_2.png) [@Bhupinder\_kumar](https://community.xibo.org.uk/u/Bhupinder_kumar)
#### Post date: [October 1, 2021, 7:18am UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809/2 "2021-10-01T07:18:11Z")

</div>

i am also facing this same issue

{“error”:0,“message”:“API configuration problem, consult your administrator”}

---

<div class="post-metadata">

### Author: ![rithm](https://community.xibo.org.uk/user_avatar/community.xibo.org.uk/rithm/32/11417_2.png) [@rithm](https://community.xibo.org.uk/u/rithm)
#### Post date: [October 14, 2021, 9:46am UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809/3 "2021-10-14T09:46:25Z")

</div>

I have the same issue (CMS Version 3.0.3 / IIS 10 / Windows Server 2019).  
I dont know if the issue is releated to [Someone can help to set up work with API (CMS version 3.0.0)?](https://community.xibo.org.uk/t/someone-can-help-to-set-up-work-with-api-cms-version-3-0-0/25364) or not.

---

<div class="post-metadata">

### Author: ![rithm](https://community.xibo.org.uk/user_avatar/community.xibo.org.uk/rithm/32/11417_2.png) [@rithm](https://community.xibo.org.uk/u/rithm)
#### Post date: [October 15, 2021, 6:22am UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809/4 "2021-10-15T06:22:43Z")

</div>

Guys, i was finally able to obtain a access\_token!

What you have to do:

1. Open the path of your library. There should be a folder called “certs”
2. Inside this folder, create three new files:

- encryption.key
- private.key
- public.key

1. Go to [Online RSA Key Generator](https://travistidwell.com/jsencrypt/demo/) and generate a keypair. Copy the contents to the corresponding file (Private Key = private.key, Public Key = public.key)
2. Go to [Generate free random base64 string +\> GeneratePlus](https://generate.plus/en/base64) and generate a 32 bytes long base64-string. Copy your string to the file encryption.key.
3. DONE!

Create in Postman under “Headers” a new key:  
Key: **Authorization**  
Value: **Bearer**

---

<div class="post-metadata">

### Author: ![system](https://community.xibo.org.uk/uploads/default/original/2X/a/a8759c2d8cc561474733895ac75beeb830f5d8ca.png) [@system](https://community.xibo.org.uk/u/system)
#### Post date: [January 14, 2022, 12:22pm UTC](https://community.xibo.org.uk/t/api-problem-after-installation-cms-3-0-3/25809/5 "2022-01-14T12:22:45Z")

</div>

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.
