Skip to main content
POST
/
servers
/
{server}
/
command
Send Command
curl --request POST \
  --url https://panel.arqonara.com/api/client/servers/{server}/command \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "command": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.arqonara.com/llms.txt

Use this file to discover all available pages before exploring further.

Mengirim perintah teks langsung ke konsol server.
Server harus dalam keadaan Online agar dapat menerima perintah.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
string
required

Body

application/json
command
string
required

Response

204

Command Sent