Skip to content

devetek/d-panel-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧰 dnocs CLI

A command-line interface (CLI) tool designed to help you seamlessly manage your Linux (servers, PCs, and homelab) directly from the DeveTek Cloud Platform.

🔗 Integrated with DeveTek Cloud

Manage all your registered nodes remotely through DeveTek's cloud dashboard or through the powerful CLI.

🚀 Key Features

  • 🔐 Secure Agent Registration – Register your machine to DeveTek Cloud
  • 🧠 Remote Commands – Execute jobs/scripts via the cloud control panel

💡 Perfect For

  • 🎮 Tech Hobbyists
  • 🧪 Homelab Owners
  • ⚙️ Tinkerers & DIYers

🛠️ Installation

curl -sfL https://raw.githubusercontent.com/devetek/d-panel-cli/refs/heads/main/scripts/install.sh | sh

📘 Example Usage

Available commands can be found by execute command dnocs --help

Simplify the process of managing resource such as user, machine, and application in dPanel (Devetek Panel).

Full documentation is available at: https://cloud.terpusat.com/docs/

Usage:
  dnocs [command]

Available Commands:
  auth        Manage dPanel session
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  info        Prints the system info
  machine     Manage dPanel machine
  tunnel      Manage dPanel tunnel
  version     Prints the version

Flags:
  -h, --help      help for dnocs
  -v, --version   version for dnocs

Use "dnocs [command] --help" for more information about a command.

🔑 Authentication Log in to the DeveTek Cloud Platform via the CLI. This allows dnocs to perform authenticated operations securely.

dnocs auth login --email="[email protected]" --password="yourpassword"

🔐 Create This Machine

Register the current machine (the one where you're executing these commands) to the DeveTek Cloud Platform:

dnocs machine create --ssh-port="2000" --ssh-ip="20.192.45.121" --http-port="9500"

🌐 Documentation

Visit the official docs: https://cloud.terpusat.com/docs

About

CLI to manage dPanel from the best interface ever (black/white)

Topics

Resources

Stars

Watchers

Forks