---
title: "Can I run the WCF on another port?"
slug: "can-i-run-the-wcf-on-another-port"
updated: 2024-04-01T17:22:21Z
published: 2024-04-01T17:22:21Z
canonical: "kb.pharos.com/can-i-run-the-wcf-on-another-port"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Can I run the WCF on another port?

Can I run the WCF on another port?

**NOTE:** ***McAfee*** has a service that was running called "FrameworkService.exe" which uses the same port as the WCF.

---

It is possible to run WCF on another port. Here is what you need to get a working WCF/Remote to run on port 8082:

WCF:

Change all 8081 -> 8082 in Pharos\Bin\WCF\PS.vNext.SvcHost.WinSvc.exe.config

Restart WCF, confirm listening on 8082 via netstat.

Web remote:

Change 8081 -> 8082 in wwwroot\Pharos\appSettings.config (only one entry)

Restart IIS, test remote

Web Remote does not need EDI to run.

The WCF service is conceptually like a specialized EDI that is exclusive to Web Remote.

## Related

- [Error when running EDI verification test](/error-when-running-edi-verification-test.md)
- [Pharos Popup Client displays two popups per print job](/pharos-popup-client-displays-two-popups-per-print-job.md)
- [ERROR: "Database Connection Error" when installing Blueprint Administrator on a remote system](/error-database-connection-error-when-installing-blueprint-administrator-on-a-remote-system.md)
