Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Setup server with terminal command

Answered

Comments

2 comments

  • Andrew Sharrem
    • Authorized Reseller
    • Great answers
    • Idea generator
    • Expert (Gold)

    Umm...is there any reason you can't just web browse to the server from another device?
    http://serverIP:7001

    Otherwise you are faced with API calls with something like the curl command.

    0
  • Andrey Terentyev
    • Network Optix team

    Hi,

    You can use the /rest/v2/system/setup API for that.

    Here is the link to API docs.

    https://meta.nxvms.com/doc/developers/api-tool/rest-v2-system-setup-post

    The default creds are admin/admin.

    Here is an example of JSON to be passed 


        "password":"new password should be here", 
        "systemName":"vms_system",
        "systemSettings":{ 
            "statisticsAllowed": "false"
        }
    }
    0

Please sign in to leave a comment.