Find your Server IP Address

Having the IP address of a server is useful when performing operations that require network connections to the server, such as log in to your server via SSH to run commands in a terminal or configuring a DNS record so your application can be accessed using a domain name.

  1. On Devopness, navigate to a project then select an environment
  2. Find the Servers card
  3. Click the View in the Servers card to see a list of existing Servers
  4. In the list of servers, find the server you want to connect

    The ip address is a number separated by dots, e.g: 41.234.56.78

  5. Copy the server' IP Address

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
ServerView

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub