All locations active · 99.99% uptime
Action RPG · Online Games

Last Epoch Proxy: Traffic That Goes Through the Tunnel and Traffic That Does Not

Last Epoch is an action RPG that keeps online characters on the server side; the client talks to the account service, the distribution platform and the game session at the same time. This page explains which of these flows actually enters the tunnel when you configure a proxy, what gets blocked on campus networks, and how to verify the setup.

What will you find on this page?

01
Separating the flowsThe separate paths of the distribution platform, the account layer and the game session.
02
The closed port problemWhat does and does not get blocked on campus and office firewalls.
03
SOCKS5 and UDPThe traffic the UDP ASSOCIATE command carries and does not carry.
04
Store and marketplaceThe difference between browser-side pages and in-game screens.

The first step in understanding the relationship between Last Epoch and proxies is to separate two modes: an online character runs on the server side, while an offline character stays on your device. Both open from the same client but behave completely differently at the network layer; the effect of your proxy decision is visible only in the first.

The second distinction is that there is more than one service behind a single game. The distribution platform's client carries its own session, the game's account layer performs a separate verification, and the game session, once opened, moves into an uninterrupted exchange of state. Defining a proxy at one point does not cover all three.

The third concerns expectations. A proxy is not an acceleration tool but a decision about where traffic exits from: the visible address changes, a hop is added to the path, and total latency grows in most setups. The sections below explain where the scope ends and in which jobs it really pays off.

Which services come into play separately when Last Epoch starts?

When you launch the game, a single connection is not established. The distribution platform's client has already opened its own session and performs the update check with its own network stack. When the game opens, the account layer comes into play; here your character's online progress and your session entitlement are verified. Only after that do you enter the world and a continuous exchange of state begins between client and server.

The fact that these three stages take separate paths makes diagnosis easier. If your account page opens through the proxy exit in the browser but your address appears unchanged on the game side, it means the game client is opening its own socket without ever reading the operating system's proxy setting. The opposite is also common: when you set a system-wide rule, patch download traffic enters the tunnel too and a measured quota melts faster than expected.

Offline characters are outside this picture. Because they run locally they need almost nothing from the network layer. If you play without problems in offline mode but get stuck in online mode, the source of the problem is not graphics settings or the client but the account and session path. This single observation halves the area you need to search.

Before saying "it works" after setup, try three points separately: the distribution platform client logging in, the game's account verification, and entering the world with an online character. One of them working is no guarantee for the other two.

DIAGRAMHow an online session progresses through four stops
How an online session progresses through four stopsFour-lane flow diagram: client, proxy exit, account service and game session server.FLOW LANESClient anddeviceProxy exitAccount anddistribution serviceGame sessionserverThe client opensThe tunnel is establishedThe account is verifiedThe session connectsThe lanes show the division of responsibility; in a real setup some steps run at the same time.

Each step happens in a different lane; if your proxy rule covers only the second lane, the subsequent steps go out over your normal line.

What do closed ports block on campus and office networks?

Most corporate and campus networks pass outbound traffic through a firewall and leave only well-known doors open; 80 and 443 for web traffic are almost always on that list. The doors used by game clients, however, usually are not. The symptom is familiar: store pages load, the launcher opens, but the online session simply will not connect and the connection quietly times out.

What does a proxy change in this picture? An HTTP proxy carries only TCP and opens a tunnel to encrypted destinations with the CONNECT method; because the proxy establishes the connection to the destination, the destination port does not need to be open on your network. The details of this mechanism are explained step by step in the the HTTP CONNECT method article. That said, the same firewall often also blocks egress to the proxy's own port and limits CONNECT requests to well-known destinations only.

The practical outcome can be summed up in one conditional sentence: on a closed network a proxy only helps if you can reach the proxy server and that server can connect to the destination port. If the flow to be carried is UDP-based the picture narrows further, because a CONNECT tunnel does not carry UDP and this limit cannot be lifted with a setting.

If you are working on a corporate or school network, the right step is not to try to work around the network policy but to ask the administrator: in many organisations game traffic is deliberately blocked, and that is a decision, not a fault. The access blocks on school and workplace networks article, which covers the topic as a whole, also shows when opening a request makes sense.

Warning

A setup aimed at getting around a network's rules is not the subject of this page. If game traffic is blocked on a corporate network, ask for permission; and when working on your own line, compliance with the game's terms of service is your responsibility.

How far does SOCKS5's UDP ASSOCIATE command carry?

SOCKS5 defines the CONNECTcommand for TCP connections and the UDP ASSOCIATE command for UDP datagrams. The second is a separate path: the client first establishes a TCP control connection, the proxy reports a UDP relay address of its own, and datagrams flow over that relay. The moment this control connection drops, the relay closes too.

This structure on paper depends on three conditions at once. First, the proxy server actually implementing UDP ASSOCIATE support; many commercial exits offer only TCP and state so in their documentation. Second, the client being able to use this command; most game clients do not even have a field for entering a SOCKS5 server. Third, the intervening network allowing UDP relay traffic. If one of the three is missing, the UDP flow either never gets established or quietly goes outside the tunnel.

This is why in most games the proxy's scope is not real-time game traffic but login, store, patch download and launcher traffic. This should be read not as a shortcoming but as a definition of scope. The SOCKS5 UDP support article, which looks at the protocol's UDP side in more detail, also lists which client types use this command.

Per-application routing tools can hand some clients' sockets to a SOCKS5 exit; but the UDP side is again limited by the common intersection of the tool, the proxy server and the network. If you want to choose the protocol according to the type of work, the decision becomes clear when the usage distinction on the SOCKS5 proxy page is read together with the protocol selection guide 12980 What do traffic weight and the latency budget look like?

What do the traffic weight and latency budget look like?

A proxy places an extra hop on the path: the packet stops at the intermediary first and goes out to the destination from there; the return follows the same two-leg route. This architecture means that establishing a tunnel lengthens the total time in most setups. The only exception is the rare case where your default route is indirect and the proxy sits on a more direct backbone; that is not a rule but an exception that cannot be assumed without measurement.

In games that keep online progress, such as Last Epoch, the load is distributed in two separate ways. The first is volume: version updates and the initial installation produce a large download in one go and quickly consume the quota on exits billed by transferred data. The second is continuity: while the game is open there is a small but uninterrupted stream, and that stream is far more sensitive to latency than to volume.

The weights in the diagram are not measurements but representative values showing the relative share of these two dimensions. In your own setup the only correct method is to measure: before putting an exit to work, try it at several different times of day with ping test ; in shared pools, the peak-hour difference is the variable a one-off measurement hides.

One final note on managing expectations: a proxy is not a tool that improves game performance and it does not lower the ping value. The does a proxy lower game ping article, which explains why that claim is wrong through mechanism rather than numbers, is worth reading before you buy.

DIAGRAMThe relative weight of traffic families
The relative weight of traffic familiesFive-bar measurement diagram: the weights of downloads, account, store, game stream and telemetry.RELATIVE WEIGHTPatch and content downloads92/100one-off large volume, TCPAccount and login requests34/100small requests, high importanceStore and account pages41/100on the browser side, HTTPSOnline session stream66/100uninterrupted and latency-sensitiveBackground telemetry18/100continuous but smallVolume and latency sensitivity are separate dimensions: the largest bar is not always the most critical flow.

The values are not measurements but representative weights showing the share of traffic families relative to one another; do not assume them in your own setup without measuring.

Choose an exit for your Last Epoch work

Datacenter suits high-volume downloads, while an ISP exit provides a more balanced footing for work that requires consistent visibility.

Choose whichever you need from our residential proxies, datacenter proxies, IPv6 and ISP solutions. Every plan comes with unlimited options, 99.9% uptime, rotating proxies, sticky sessions and 24/7 support. Ideal for web scraping, ad verification, SEO monitoring and digital data collection.

ISP ProxyStatic Turkish IPs registered to an ISP

ISP-registered static Türkiye IPs; they combine datacenter speed with the reputation of a real carrier. Ideal for long sessions and low-ping use.

150₺/mo

Starting price for 1 month

500–1000 Mbit130+ SubnetsDDoS Protection
View Plans

PACKAGE CONTENTS

  • Vodafone and Türk Telekom carriers
  • DDoS protection
  • Personalized setup
  • The lowest ping values
  • 500-1000 Mbit down/up speed
  • HTTP & SOCKS5 protocol support
  • Automatic delivery
  • Turkey location

For social media management and anyone who wants long sessions with low ping.

Read product details
Mobile Proxy4G/5G carrier IPs

The most natural mobile traffic, on 4G carrier IPs; high success rates even on the strictest platforms. Ideal for social media and automation work.

239₺/day

Starting daily price

LTE 4G15-40 MbpsDedicated SIM
View Plans

PACKAGE CONTENTS

  • LTE 4G mobile connection
  • Vodafone · Turkcell · Türk Telekom
  • 30 GB quota
  • 15-40 Mbps connection speed
  • Dedicated SIM card infrastructure
  • Username & password or IP:Port
  • IP change link
  • HTTPS / SOCKS5 (UDP)

Ideal for social media and gaming users; a good fit for individuals.

Read product details
Residential ProxyReal home-user IP pool

A real home-user IP pool, for the highest trust and the widest geographic coverage. The right choice for data collection and regional testing.

350₺/30 Days

Starts at 5 GB / 30 days

50K Connections190+ CountriesSticky Session
View Plans

PACKAGE CONTENTS

  • Real residential (home-user) IP pool
  • Rotating and sticky sessions
  • City and state targeting
  • HTTP(S) and SOCKS5 protocols
  • 24/7 priority support
  • Activation in 2 minutes
  • Suitable for social media management
  • Flexible session management

The right choice for data collection, regional testing and multi-account management.

Read product details
IPv6 ProxyA large next-generation IPv6 pool

A large IPv6 pool; an economical solution for high-volume, cost-sensitive projects. Google Ads compatible and future-proof.

100₺/plan

Starts at 100 units (total)

/64 Subnet100-500 MbitNetfactor ISP
View Plans

PACKAGE CONTENTS

  • Netfactor / Turknet ISP infrastructure
  • Google Ads compatible IPv6s
  • /64 subnet options
  • HTTP & HTTP(S) support
  • Automatic delivery
  • Unused (clean) IP pool
  • 100-500 Mbit speed
  • Large IPv6 address pool

For anyone who needs Google Ads compatibility, high-volume use and an economical solution.

Read product details

You can also explore our Rotating Proxy and Datacenter Proxy you can explore our solutions, and to try them out our free proxy list you can use.

The in-game marketplace versus store and account pages in the browser

Last Epoch's trading side is inside the game: players attached to the Merchant's Guild faction use the in-game marketplace, while the Circle of Fortune side follows its own progression path instead of trading. The important technical detail here is this: the marketplace screen is not a web page, it is queried from the server over the game client's own connection. So defining a proxy in your browser does not affect that screen in any way.

The account page, support tickets and the distribution platform's store pages, by contrast, are on the browser side and go over HTTPS. A proxy provides full scope here: your exit country can change the language of the page, the currency displayed and regional notices. For teams that want to verify how a campaign or a page layout looks in another country, the practical method is regional price research on game stores article.

There is a compliance line here and it is worth being clear about it: viewing how a page looks in another country is not the same as running a purchase flow from that country. The latter is subject to the store's and the payment provider's own rules; the region your account is tied to, your payment method and your billing details are inputs to those rules. Be clear from the outset about the difference between viewing for research purposes and carrying out a transaction.

ScreenThe connection that carries itProxy coverage
In-game marketplaceThe game client's own socketNot affected by the browser setting
Distribution platform storePlatform client or browserCovered by an HTTP proxy
Account and support pagesBrowser, HTTPSFully covered
Patch and content downloadsPlatform client, TCPCovered, consumes quota
Online session streamGame clientOut of scope in most setups

Setup points and the format of access details

Where you define the proxy directly determines which traffic is routed. A browser profile covers only that profile and never touches the game client; a system-wide setting covers all applications that read the setting; a per-application rule takes only the processes you mark into the tunnel. There is no "best" among these three options, only the scope that fits your work.

The distribution platform's own client is a separate setup point too. A proxy defined in the platform settings covers that client's download and store traffic but not the game's own connection. For a step-by-step walkthrough of the screens see the Steam proxy settings article; the logic is similar in other distribution clients.

Whichever point you choose, the details to enter consist of four fields. The lines below only illustrate the format of the fields; you will find the real values in your provider panel. The port number itself does not determine the protocol: the same provider may offer HTTP and SOCKS5 service through two separate doors or through a single one, so do not enter values without reading which line in the panel belongs to which protocol.

FieldExample valueDescription
The server sendsproxy.example.comThe hostname your provider gives you
Port8080Indicates the port, not the protocol
UsernameusernameMandatory on exits with authentication
PasswordpasswordTaken from the panel, not shared
  • After setup, verify your exit address from the browser.
  • Do not run a device-wide tunnel and a proxy at the same time.
  • Consider leaving quota-consuming downloads outside the tunnel.
  • If you use IP authorisation instead of credentials, make sure your address is static.

Symptom, likely cause and where to look

Most faults on the game side come from three sources: a flow left out of scope, an unreachable proxy, or authentication. The table below ties the symptoms most often seen in the field to one of these three sources.

SymptomPossible causeWhere to look
The launcher opens but the online character list does not arriveThe account verification path is falling outside the tunnelWiden the scope of the rule or set up per-application routing
Timeout while establishing the connectionThe destination port is closed on your network or the proxy is unreachableWith the proxy checker tool measure the liveness of the exit
407 Proxy Authentication RequiredCredentials are not being sent or the IP authorisation has lapsedCompare the username, password and authorised address list
Patch download unusually slowThe exit's bandwidth or remaining quota is insufficientCheck your quota and concurrent connection limit from the panel
The exit is correct in the browser but not in the gameThe client does not read the system proxy settingSet up a per-application rule or change the scope
Intermittent stutter in the in-game streamThe extra hop and variable load on the proxy serverMeasure at different hours, choose an exit close to the destination

407 error is almost always related to authentication and has two sources: either your client has not sent the username and password at all, or the provider recognises you from an authorised address list and that address has changed. The second case can recur on home lines with a dynamic IP every time the modem restarts.

A timeout, meanwhile, confuses two different things under the same appearance: not being able to reach the proxy, and the proxy not being able to reach the destination. The quickest way to separate them is to try opening an ordinary web page over the same exit. If the page opens, the proxy is up and the problem is on the destination side; if it does not, check the exit itself first.

How do you strike the balance between setup point and scope?

Every setup point sits somewhere between two axes: how much effort it requires and how much it covers. A browser profile gives the narrowest scope for the least effort; a device-wide rule gives the broadest scope but also increases the number of places to look at each fault. The positions in the diagram are not absolute but relative placements used to compare these two axes.

When deciding, look at what the work is. If you are only going to view the account page from another country, a browser profile is enough and, because it never touches the game side, it is the safest choice. If you want to route download and store traffic, the distribution client's own setting is the right place. If you aim to route the game's own socket, first verify whether the client supports that; if it does not, the effort spent will go unrewarded.

The exit type is decided along with this. For high-volume downloads, datacenter proxy is the most comfortable option in terms of cost. If you want to work with a fixed address and appear from the same exit all day, ISP proxy gives a more stable footing. On exits billed by transferred data, leaving download traffic outside the tunnel saves most budgets on its own.

Note

A proxy does not read TLS content; for encrypted destinations it only establishes a tunnel and carries the bytes. On the other hand, which host you connect to can be visible on the proxy server and can be logged. When choosing a provider, therefore, look not only at speed but at who they are and what they retain.

DIAGRAMWhere setup points sit on the effort and scope axes
Where setup points sit on the effort and scope axesFour-zone positioning map: browser profile, system setting, application rule, SOCKS5 client and network rule.POSITIONINGSetup and diagnosis effort →Breadth of scope →Browser profileSystem-wide settingApplication-based ruleSOCKS5 clientNetwork-wide ruleThe broadest scope is not always the best choice; keeping the scope only as wide as the work requires makes fault-finding easier.

The positions are for relative comparison: the further towards the top right, the wider the scope and the greater the setup and diagnosis effort.

Frequently asked questions about Last Epoch and proxies

01Does a proxy improve connection quality in Last Epoch?

No. A proxy adds an extra hop to the path; in most setups total latency increases and the ping value does not drop. The rare exception is when your default route is indirect, and that can only be established by measurement, never assumed as a rule.

02Why does the game client ignore the system proxy setting?

Many game clients do not read the operating system's proxy definition and open sockets directly with their own network stack. This is not a bug but a design choice. The solution is either per-application routing or moving the scope to network level.

03If I use SOCKS5, will all of the game traffic go through the tunnel?

Whether it does depends on three conditions: the proxy server supporting UDP ASSOCIATE , the client being able to use that command, and the network allowing the UDP relay. When all three are not met, only TCP-based streams enter the tunnel.

04Online mode will not connect on a dorm or office network; will a proxy help?

Not always. A proxy only helps if you can reach the proxy server and that server can connect to the destination. On corporate networks proxy ports are often closed as well; the correct step is to request permission from the network administrator.

05Do I need a proxy when playing with an offline character?

No. An offline character runs locally and does not need a continuous server connection. A proxy gains you nothing in this mode, it only adds an unnecessary layer and cost.

06My quota drops very fast while downloading patches, what should I do?

Version updates produce a large volume in one go. If you are using an exit billed by transferred data, leave download traffic outside the tunnel or define a separate datacenter exit for this task.

07Can you play online with a free proxy list?

It can be used for learning and short tests, but it is not recommended in scenarios with a session: who operates the server is unknown, stability is low, and it rarely carries the continuous connection a game client requires.

Related guides and tools

NEXT STEP

Choose the scope to suit your work and verify the rest by measurement.

Datacenter, ISP and residential exits are all managed from the same panel with a single set of access details.

FREEPROXY.TR

Looking for a free proxy? You're in the right place

A complete proxy platform where you can browse up-to-date free proxy addresses, compare HTTP and SOCKS proxy types, and check your proxy connections with free tools.