Start API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Follow these steps to enable and use the 9Proxy API on your Linux server.
To start 9Proxy, run the following command:
systemctl start 9proxyd.service
Activate the API feature by entering:
9proxy api
Specify the port you want the API to listen on:
9proxy api -p [port]
[port] : your preferred port number
To check the API status at any time, use:
9proxy api -d
Run the API with:
9proxy api -s
Once the API is running, copy the API url shown in the terminal. You can now use this URL to integrate with your system.
To stop the API when needed, use:
9proxy api -c