Start Here
Discord

Credit $0.00

Add Credit

Machine Setup


To add a machine GPU or CPU you need to install Ubuntu 22.04 on the machine and prepare a range of open ports, choose a standard installation of Ubuntu 22.04 desktop or server version. currently we do not support any other version of ubuntu. Windows and ubuntu 23.04 support will be added later. To install quickpod software on your machine and connect it to your account switch to root account with command sudo su - and run the following command.

wget -O install.bin https://data.quickpod.io/install.bin && chmod 755 ./install.bin && ./install.bin YOUR_API_KEY
The installer will ask for your open port range, if you made a mistake you can manually edit the following file to update your port range /var/lib/quickpod/machine_open_port_range.
Important: Do not pre-create a user by the name "user" or "quickpod" that will conflict with the installation, those are reserved usernames for the quickpod software.

Important NVML Fix:
After installation you will need to add the following lines to /etc/docker/daemon.json
"exec-opts": ["native.cgroupdriver=cgroupfs"], at the top, the final file should look like this
{
    "exec-opts": ["native.cgroupdriver=cgroupfs"],      
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}
and restart docker with command
sudo service docker restart

After a successful installation please visit the machine page GPU Machines if machine has GPUs or CPU Machines to list your machine and set prices for GPU, CPU, storage and duration etc. If you face difficulties please use live chat or quickpod discord.