Back to Neko

Quick Start

webpage/versioned_docs/version-v2/quick-start.md

3.1.41.9 KB
Original Source

Quick Start

Neko is easy to use and requires no technical expertise to get started. All you need to do is download the Docker image and you're ready to go:

  1. Deploy a server or VPS.

    Recommended Specs:

    ResolutionCoresRamRecommendation
    1024×576@3022gbNot Recommended
    1280x720@3043gbGood Performance
    1280x720@3064gbRecommended
    1280x720@3084gb+Best Performance

    :::danger[Why are the specs so high?] If you think about it, you have to run a full desktop, a browser (a resource hog on its own) and encode/transmit the desktop, there's a lot going on and so it demands some power. :::

    :::note Admin can change the resolution in the GUI. :::

  2. Login via SSH.

  3. Install Docker:

    shell
    curl -sSL https://get.docker.com/ | CHANNEL=stable bash
    
  4. Install Docker Compose:

    shell
    sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
    sudo chmod +x /usr/local/bin/docker-compose
    
  5. Download docker compose file and start it:

    shell
    wget https://raw.githubusercontent.com/m1k1o/neko/master/docker-compose.yaml
    sudo docker-compose up -d
    
  6. Visit the IP address server in your browser and login, the default password is neko.

:::tip Run nano docker-compose.yaml to edit the settings, then press ctrl+x to exit and save the file. :::

Well known cloud providers