Client Installation
Postlab Local is a special version of Postlab that only works with local GitLab servers.
Before launching the Postlab Local client on your Mac...
- 1.Disable all unused network connections on your Mac.
- Disable all active network connections except one to simplify administration.
- 3.Confirm your local area network has an active DHCP server in place.
- 1.In Terminal, open the
/etc/hosts
file in your favorite text editor. For example, here's how you would open/etc/hosts
using thenano
editor:
sudo nano /etc/hosts
- 2.Add a new dedicated line with the the IP address and hostname in the form of:
ip_address
hostname
Example:
192.168.1.3 hoth.postlab.local
The
/etc/hosts
file must have only one entry for the Hostname. Even if another line with the same Hostname is commented out for testing purposes, doing so will interfere with the Postlab Local Client working as expected.- 3.Save the
/etc/hosts
file. - 4.Done!
For Team Leads: have you created the self-signed certificate for your Team yet? If you still need to, stop here, follow these steps to create a certificate on your Postlab Local Server, then continue.
- 1.Open your Postlab Local Server in a Web browser by its Hostname and Port
8443
(e.g.https://hoth.postlab.local:8443
)
Are you getting a
502
error in your Web browser? GitLab's services are still starting up. Wait a few minutes, then retry accessing the Postlab Local Server in your browser. - 2.Save the certificate to your local computer by dragging the certificate icon in your Web browser's address bar to a local folder.
- 3.In Finder, double-click the certificate file, which will launch
Keychain Access.app
. - 4.When Keychain Access asks you where to store the certificate, choose
System
. - 5.In Keychain Access, set
Trust > When using this certificate:
toAlways Trust
.
Can't see the Postlab Local Server certificate in Keychain Access? In
Keychain Access.app
, go to View > Show Expired Certificates
. Although the certificate may be expired, as long as you downloaded it from the Postlab Local Server, it's still valid and trustworthy.- 6.Done!
- 1.Open your Postlab Local Server in a Web browser by its Hostname and Port
8443
(e.g.https://hoth.postlab.local:8443
) - 2.Sign in under that newly created user provided by your PostLab Local support team.
- 3.Once you sign in as the new user, you can either update the password or use the same password.
- 4.Done!
Now you're ready to launch the Postlab Local client.
When you first launch the Postlab Local client, it needs two pieces of information:
- 1.An
Activation number
, which is your license key. - 2.Your Postlab Local Server's Hostname.
- This is the same Hostname as your GitLab server. (Example:
hoth.postlab.local
)
The first time you activate the Postlab Local client, your computer needs access to the public Internet. If your network has restrictions in place, you may have to add this HostName and Port to any Allowed Lists:
https://wyday.com on port 443

Activate Postlab with the provided license key.

Click + to add your GitLab server

Enter your GitLab server URL or IP address
Once you click
Continue
, Postlab Local is ready to use from this computer.To get started, try one of our Initial Workflow Checklists for your NLE/video editing app of choice.
Last modified 29d ago