DEV Community

ServBay
ServBay

Posted on • Originally published at support.servbay.com

Unleash ServBay’s Power! Managing Local Hosts File

In macOS, the hosts file is used to map specific domain names to designated IP addresses. This is very useful for developing, testing, and debugging web applications. ServBay provides a convenient interface to manage the local hosts file on macOS, making it easier to add, modify, pause, and delete records. This article will detail how to use ServBay to manage the local hosts file.

Viewing the Current Local Hosts File

The hosts file is located at the path /etc/hosts. With ServBay, you can easily view the contents of the current local hosts file.

Viewing Steps

  1. Open the ServBay management interface.
  2. Navigate to DNS.
  3. In the right-hand list, scroll down to Hosts file.
  4. ServBay will display the current contents of the hosts file. This way, you can visually see all the domain name and IP address mappings that are configured.

Adding a Record to the Local Hosts File

During development or testing, you might need to map a certain domain name to a specific IP address. With ServBay, you can easily add a record to the local hosts file.

Adding Steps

  1. Open the ServBay management interface.
  2. Navigate to DNS.
  3. In the right-hand list, scroll down to Hosts file.
  4. Click on the + button.
  5. Enter the domain name and corresponding IP address, for example:
servbay.demo 127.0.0.1

Enter fullscreen mode Exit fullscreen mode
  1. Click the Add button. This will add the new domain name and IP address mapping to the local hosts file.

TIP
ServBay supports adding multiple IP addresses and also supports adding IPv6 addresses. Separate multiple IP addresses with commas (,).

Image description

Modifying a Record in the Local Hosts File

Sometimes, you may need to modify the existing domain name and IP address mappings. With ServBay, you can conveniently modify the records in the local hosts file.

Modifying Steps

  1. Open the ServBay management interface.
  2. Navigate to DNS.
  3. In the right-hand list, scroll down to Hosts file.
  4. Find the record you need to modify.
  5. Click on the record.
  6. In the right-hand panel, modify the domain name or IP address, for example:
servbay.demo 127.0.0.1 -> servbay.demo 10.0.0.1

Enter fullscreen mode Exit fullscreen mode
  1. Click the Save button. This will update the specified record in the local hosts file.

Image description

Pausing a Record in the Local Hosts File

In some cases, you might need to temporarily pause the parsing of a record without deleting it. With ServBay, you can easily achieve this.

Pausing Steps

  1. Open the ServBay management interface.
  2. Navigate to DNS.
  3. In the right-hand list, scroll down to Hosts file.
  4. Find the record you need to pause.
  5. Click the Pause button next to the record. ServBay will automatically pause the parsing of that record, and the icon before the record will change from green to gray.

Image description

Deleting a Record from the Local Hosts File

If a record is no longer needed, you can delete it from the local hosts file through ServBay.

Deleting Steps

  1. Open the ServBay management interface.
  2. Navigate to DNS.
  3. In the right-hand list, scroll down to Hosts file.
  4. Find the record you need to delete.
  5. Click the Delete button next to the record.
  6. Confirm the deletion. This will remove the specified domain name and IP address mapping from the local hosts file.

Summary

ServBay provides an easy interface to manage the local hosts file on macOS, making it simpler and more intuitive to view, add, modify, pause, and delete records. With these features, you can develop, test, and debug web applications more efficiently. Whether adding new domain mappings or modifying existing records, ServBay can meet your needs, ensuring the flexibility and control of the local network environment.

Top comments (0)