Hi Jacobsen,
Below are the steps to install Gluu server 3.1.4 on ubuntu 18.04
1. Download the gluu server 3.1.4 deb file for Ubuntu 18.04 [here](https://repo.gluu.org/ubuntu/pool/main/bionic-devel/gluu-server-3.1.4_1-3~bionic+Ub18.04_amd64.deb).
2. Run the below commands:
- #echo "deb http://archive.ubuntu.com/ubuntu bionic universe" >> /etc/apt/sources.list
- #echo "deb http://archive.ubuntu.com/ubuntu bionic-updates universe" >> /etc/apt/sources.list
```
- apt-get install net-tools
- apt-get update
3. Run: `dpkg -i gluu-server-3.1.4_1-3_bionic+Ub18.04_amd64.deb`
4. Run: `gluu-serverd-3.1.4 start`
5. Run: `gluu-serverd-3.1.4 login`
6. Then continue by running the setup.py script.
> Is there going to be a official release to 18.04 soon?
Hopefully soon. We're performing QA now.