Kuzco Node Setup


Min Ram : 6 GB
Kuzco Register : https://kuzco.xyz/register
Update :
sudo apt update -y && sudo apt upgrade -yInstall Curl :
sudo apt install -y curlInstall Screen:
apt-get install screen -yscreen -S kuzcoInstall Kuzco :
curl -fsSL https://kuzco.xyz/install.sh | shCheck Version :
kuzco versionUpgrade the Kuzco CLI to latest version :
kuzco upgradeStarting a Worker :




Change This Command : Worker ID : ID in Picture Code : Code In Picture
sudo kuzco worker start --background --worker workerid --code codeChecking Worker Status
kuzco worker statusStopping a Worker
To stop the running Kuzco worker in systemd, use:
sudo kuzco worker stopRestarting a Worker
To restart the running Kuzco worker in systemd, execute:
sudo kuzco worker restartViewing Worker Logs
To view the current running logs of Kuzco in systemd, you can use:
sudo kuzco worker logsWindows Setup :
Install Windows launcher - open the zip. Click the Kuzco console setup.
Log in with your Kuzco email and password.




Other Commands :
sudo kuzco worker
Commands:
create Create and register a new worker with Kuzco.
start [options] Start a worker
stop Stop the Kuzco worker systemd service
restart Restart the Kuzco worker systemd service
status Check the status of the Kuzco worker
logs Get the logs of the Kuzco worker
clean [options] kuzco worker clean will remove the current worker and restart the worker service
help [command] display help for commandDelete :
cdrm -rf .kuzcoLast updated