# Install YunoHost on CubieBoard
*Find other ways to install YunoHost **[here](/install)**.*
### Requirements
* CubieBoard 1, 2 or CubieTruck.
* A micro-SD card: **8GB** capacity (or more) and **class10** speed rate are highly recommended
* An other computer to read this guide and access to your Cubieboard
* A screen and a keyboard are recommended to control your Cubieboard if a problem occurs
* A [reasonable ISP](/isp), preferably with a good and unlimited upstream bandwidth
* The **YunoHost Cubieboard image**, available here (to **unzip**):
* [For Cubieboard 2](http://build.yunohost.org/yunohost-cubieboard-a20-2014-10-14.img.zip)
---
## Installation steps
1. Copy image to the SD card
Before putting SD card on Cubieboard create repository nginx:
```bash
mkdir media/cubieboard/var/log/ngnix
```
2. Plug & boot
4. Post-install
---
## Recommended after post-installation
* Connect via [SSH](ssh): **root@expemple.tld** (password: **yunohost**)
* Change root password: `passwd root` or use [SSH authentication via key](security)
* Upgrade system: `apt-get update && apt-get dist-upgrade && cubian-update`
---
### Create a YunoHost image for Cubieboard 1, 2 or 3
* **[Scripts for Cubian](https://github.com/M5oul/Yunocubian)**
* A Cubieboard Debian 7 image compatible with YunoHost:
* [Cubian](http://cubian.org/)
* [For Cubieboard 2 and 3](http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/)
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
---
***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***