# Installation guide for CentOS 7 in PVE LXC (Community edition)

- Please download "centos-7-default\_20190926\_amd64.tar.xz" LXC template in PVE

[![8f78be9a.png](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/scaled-1680-/8f78be9a.png)](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/8f78be9a.png)

- Create a new CT using "Create CT" button (please uncheck "Unprivileged container" for now, or you may encounter some weird issues)

[![30e26bf5.png](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/scaled-1680-/30e26bf5.png)](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/30e26bf5.png)

[![9950f920.png](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/scaled-1680-/9950f920.png)](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/9950f920.png)

[![5d9c794a.png](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/scaled-1680-/5d9c794a.png)](https://docs.ossii.com.tw/uploads/images/gallery/2021-04/5d9c794a.png)

- Reboot and login as root. Then run the following commands to install needed programs and OxOOL Community edition

```shell
yum install vim openssh* net-tools unzip wget -y
cd /etc/yum.repos.d
wget --no-check-certificate http://www.oxoffice.com.tw/yum.repo/oxool-community.repo
yum update -y
yum groupinstall "OxOOL Community Group" -y
```

- Start OxOOL Community edition service when booting

```shell
systemctl enable oxool
reboot
```

- Reboot, login as root, and check if OxOOL Community edition starts normally

```shell
netstat -tlnp
```

You should get some results like this:

```
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:9981          0.0.0.0:*               LISTEN      1049/oxool          
tcp6       0      0 :::9980                 :::*                    LISTEN      1049/oxool  
```

Congratulations and enjoy!

P. S. When steps above are finished, you can use "More"→"Convert to template" to generate new LXC template that contains OxOOL Community edition.