Help
RSS
API
Feed
Maltego
Contact
Domain > www.etslink.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-11-01
12.231.175.74
(
ClassC
)
2025-01-19
63.116.144.25
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sun, 19 Jan 2025 11:13:04 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://www.etslink.com/ html>head>title>301 Moved Permanently/title>/head>body bgcolorwhite>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 Server: nginxDate: Sun, 19 Jan 2025 11:13:05 GMTContent-Type: text/html;charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveSet-Cookie: routea3570669e363b50d393705a94d0f0a48; ExpiresSun, 19-Jan-2025 12:13:05 GMT; Path/Set-Cookie: JSESSIONID784E1F05096BAF65DE79B80968A1A6F6; Path/; Secure; HttpOnlyX-Frame-Options: SAMEORIGIN !DOCTYPE html> html langen>head> title>ETS LINK/title> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1> meta http-equivX-UA-Compatible contentIEedge /> script typetext/javascript srcjs/tf_loader.js>/script> script srcjs/jquery-3.7.1/jquery.js>/script> script srcjs/bootstrap-3.3.7/bootstrap.min.js>/script> link relstylesheet hrefjs/bootstrap-3.3.7/bootstrap.min.css>/head>style> #loginPanel{ /*border:2px green solid;*/ border-radius:5px; margin-bottom:7px; //width:360px;height:100px; //vertical-valign:middle; } #loginPanelB{ //position: absolute; border:1px green solid; border-radius:5px; margin-bottom:15px; width:360px;height:150px; //vertical-align:bottom; } .epayment{ font-family: verdana; font-size: 150%; width:360px; text-align :center; } .nav-tabs > li, .nav-pills > li { float:none; display:inline-block; *display:inline; /* ie7 fix */ zoom:1; /* hasLayout ie7 trigger */}.nav-tabs, .nav-pills { text-align:center;}.tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;} //------------------------legend.legendStyle {padding-left: 5px;padding-right: 5px;}fieldset.fsStyle {font-family: Verdana, Arial, sans-serif;font-size: small;font-weight: normal;border: 1px solid #999999;background-color: #FFFFFFF;padding: 4px;margin: 5px;display: inline-block;}legend.legendStyle {font-size: 100%;color: #888888;//background-color: transparent;font-weight: bold;align:center;}legend {width: auto;border-bottom: 0px;}/style>script>var regiWin ; var cnt 0;function openRegi(){ regiWin new Ext.Window( { title:Register, width: 800, height: 600, closable: true, draggable: false, resizable: false, closeAction: hide, modal:true, html: iframe idframe1 srcwaut/p004/register.jsp?act_typeA frameborder0 width100% height100%>/iframe> }); regiWin.show();}function openFWD(){ regiWin new Ext.Window( { title:Forgot Password, width: 600, height: 400, closable: true, draggable: false, resizable: false, closeAction: hide, modal:true, html: iframe idframe1 srcvalidate_member.jsp?actionfpwd frameborder0 width100% height100%>/iframe> }); regiWin.show();}function closeRegi(){ regiWin.close();}function getParam(d){ var l document.createElement(layer); var y document.createTextNode( d); l.appendChild(y); var ret l.innerHTML; return ret;}TF.onReady(function() { if (parent null || parent.document.getElementById(tmnlInfo)null){ $(.loginMain).show(); TF.clearGlobal(); var loginWin Ext.create(Ext.Panel, { id: MainForm, defaultType: textfield, layout: fit, renderTo: loginPanel, border: false, width: 350, height: 125, waitMsgTarget: true, items: { xtype: form, width: 355, style: margin-left: 0px; margin-top: 0px;, layout: { type: vbox, align: stretch }, defaults: { width: 200, border: false, allowBlank: false, msgTarget: side, xtype: textfield, labelWidth: 70, labelSeparator: , padding: 2px 1px 0px 0px }, items: { fieldLabel: User ID, name: PI_LOGIN_ID, value: , listeners: { afterrender: function(field) { field.focus(); }, specialkey: function (field, e) { if (field.getValue() ! null) { if (e.getKey() e.ENTER ) { if (this.up(form).getForm().isValid()) loginWin.login(); } } } } }, { fieldLabel: Password, inputType: password, name: PI_PASSWORD, value: , maxLength : 100, listeners: { specialkey: function (field, e) { if (field.getValue() ! null) { if (e.getKey() e.ENTER ) { if (this.up(form).getForm().isValid()) loginWin.login(); } } } } }, { xtype : container, layout : hbox, id: verCntr, hidden:true, fieldDefaults : { type: hbox, align: stretch }, items : { fieldLabel: Verify, xtype:textfield, id: PI_VERIFY_CODE, name: PI_VERIFY_CODE, labelWidth: 70, width : 150, labelSeparator: , regex:/^\d{4,4}$/, listeners: { specialkey: function (field, e) { if (field.getValue() ! null) { if (e.getKey() e.ENTER ) { if (this.up(form).getForm().isValid()) loginWin.login(); } } } } }, { name: PI_VERIFY_DC, xtype :hidden, id: verifyDC, value:, }, { xtype: splitter, width: 5 }, , { xtype: image, src: , height: 25, width : 70, id: verifyImg, }, { xtype: splitter, width: 5 }, , { xtype: image, src: images/refresh.png, height: 25, listeners: { render: function( com, eOpts ) { Ext.fly(this.el).on(click, function(e, t) { loginWin.setVerify(); }); } } } }, { xtype: container, layout: { type: hbox, align: stretch }, defaults: { width: 150, border: false, allowBlank: false, msgTarget: side, xtype: textfield, padding: 3px, margin: 2px 5px 0px 2px }, items: { text: Login, xtype: button, handler: function() { var form this.up(form).getForm(); if( Ext.getCmp(verCntr).hidden){ Ext.getCmp(PI_VERIFY_CODE).allowBlank true; } else Ext.getCmp(PI_VERIFY_CODE).allowBlank false; if (form.isValid()) loginWin.login(); } }, { text: Reset, xtype: button, handler: function() { var form this.up(form).getForm(); form.reset(); } } } }, setVerify :function(){ Ext.getCmp(verifyDC).setValue ( window.crypto.getRandomValues(new Uint32Array(1))0.toString().substring(0,7) ); Ext.getCmp(verifyImg).el.dom.src waut/VerifyCodeImage.jsp?dc + Ext.getCmp(verifyDC).getValue()+&verifyKey790908 ; }, login: function() { TF.wait(true); Ext.Ajax.request({ url: TF.pathData + /login, params: { PI_LOGIN_ID: TF.getValue(PI_LOGIN_ID, loginWin), PI_PASSWORD: TF.getValue(PI_PASSWORD, loginWin), PI_VERIFY_CODE: TF.getValue(PI_VERIFY_CODE, loginWin), PI_VERIFY_DC: TF.getValue(PI_VERIFY_DC, loginWin), PI_VERIFY_KEY : 790908, }, success: function(sender) { try { var resp Ext.JSON.decode(sender.responseText); if(resp.success && resp._sk) cnt0; else cnt++ ; if(resp.chkVerify || cnt >5){ loginWin.setVerify(); Ext.getCmp(PI_VERIFY_CODE).allowBlank false; Ext.getCmp(PI_VERIFY_CODE).focus(true,200); Ext.getCmp(verCntr).setHidden(false) ; TF.wait(false); } if (resp.success && resp._sk) { location.href getParam(menu.html?_sk + resp._sk + (location.href.match(/.*\?.+$/) ? & + location.href.replace(/.*\?(.+)$/, $1) : ) ); return; } else if (resp.msg){ TF.alert(resp.msg); } } catch (e) { console.err(e); } TF.wait(false); } }); } }); loginWin.show(); }});function openTmnl(evt, tmnlName, t) { var i, tabcontent, tablinks,imgText ; //imgCntr, ; tabcontent document.getElementsByClassName(tabcontent); for (i 0; i tabcontent.length; i++) { tabcontenti.style.display none; } tablinks document.getElementsByClassName(tablinks); imgCntr document.getElementsByClassName(imgContainer); imgText document.getElementsByClassName(imgText); for (i 0; i tablinks.length; i++) { tablinksi.className tablinksi.className.replace( active imgAct, ); imgTexti.className imgTexti.className.replace( imgTextAct, ); } document.getElementById(tmnlName).style.display block; if( $(#icon+tmnlName)!null){ var tmn $(#icon+tmnlName).get(0) ; //tmn.parentElement.aria-expanded true; for(var i 0; i tmn.childElementCount; i++){ if(tmn.childreni.className.indexOf(tablinks)!-1 ) tmn.childreni.className + active imgAct; else if(tmn.childreni.className.indexOf(imgTex)!-1 ) tmn.childreni.className + imgTextAct ; } }} /script> body>br> div classrow> div classcol-md-6>span classpull-right> img srcpictures/home_page/Everport_home.png height200 width450 border0 classimg-responsive />br/> /span> /div> div classcol-md-6 centered> div classrow> div classcol-md-12> div classloginMain> fieldset classfsStyle> legend classlegendStyle>ETSLink Login/legend> div idloginPanel> /div>br> div aligncenter>a hrefjavascript:openRegi()>Register/a> / a hrefjavascript:openFWD()>Forgot Password/a>/div> /fieldset> div classepayment >a hrefhttps://www.emodal.com/ target_blank>e-Payment/a>/div> /div> /div> /div> /div> /div> p>div aligncenter width98%>nav classnavbar navbar-inverse navbar-fixed-bottom> div classcontainer-fluid> div classnavbar-header> button typebutton classnavbar-toggle data-togglecollapse data-target#myNavbar> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button> a classnavbar-brand href#>ETSLink Terminal/a> /div> div classcollapse navbar-collapse idmyNavbar> ul classnav navbar-nav> li>a onClickopenTmnl(event, LAX)>Los Angeles/a>/li> li>a onClickopenTmnl(event, OAK)>Oakland/a>/li> li>a onClickopenTmnl(event, TIW)>Tacoma/a>/li> /ul> /div> /div>/nav>div aligncenter> ul classnav nav-tabs> li classactive>/li> li>a data-toggletab>span classimgContainer onclickopenTmnl(event, LAX) idiconLAX>img srcpictures/home_page/LAX.jpg classtablinks />span classimgText>Los Angeles/span>/span>/a>/li> li>a data-toggletab>span classimgContainer onclickopenTmnl(event, OAK) idiconOAK>img srcpictures/home_page/OAK.jpg classtablinks />span classimgText>Oakland/span>/span>/a>/li> li>a data-toggletab>span classimgContainer onclickopenTmnl(event, TIW) idiconTIW>img srcpictures/home_page/TIW.jpg classtablinks />span classimgText>Tacoma/span>/span>/a>/li> /ul>/div> a nameLAX>/a> div idLAX classtabcontent> div classtmnlTitle> Los Angeles /div> br> span classcontactsTitle>Terminal contacts/span> div idcontactsLA > div classcontactHalf> p styletext-align:center>span stylefont-size:20px>Main Line for Availability: 310-221-0220/span>/p> p styletext-align:center>Fast Response Email:/p> p styletext-align:center>span stylefont-size:16px>u>ocutraffic@everport-terminals.com/u>/span>/p> p styletext-align:center>span stylefont-size:10px>Equipment-310-221-4858,4815/span>/p> p styletext-align:center>span stylefont-size:10px>ocuequipment@everport-terminals.com/span>/p> p styletext-align:center>span stylefont-size:10px>Customs-310-221-4819 ocucustoms@everport-terminals.com/span>/p> p styletext-align:center>span stylefont-size:10px>Intermodal-310-221-4820 ocuintermodal@everport-terminals.com/span>/p> p styletext-align:center>span stylefont-size:10px>Hazardous-310-221-4818 ocuhazardous@everport-terminals.com/span>/p> p styletext-align:center>span stylefont-size:10px>Demurrage-310-221-4817 ocudemurrage@everport-terminals.com /span>/p> p styletext-align:center>span stylefont-size:10px>Trouble Windows-310-221-4821 or press 3/span>/p> p> /p> /div>div classimgHelf> img srcpictures/home_page/imageLAX.jpg> /div> /div> br> span classimpTitle>Important Information/span> div idimportantInfo > p styletext-align:center>span stylefont-size:20px>strong>u>a hrefhttps://gate.etslax.com/GateImages/LAInGate.jpg>Ingate-Webcam/a>/u> u>a hrefhttps://gate.etslax.com/GateImages/LAOutGate.jpg>Outgate-Webcam/a>/u> u>a hrefhttps://www.etslink.com/images/yardMapETSLAX.png>Map/a>/u> u>a hrefhttps://www.etslink.com/docs/LAX_24_25_TerminalServiceFeeSchedule.pdf>Tariff/a>/u> /strong>/span>/p> p styletext-align:center> /p> p styletext-align:center>strong>span stylefont-size:18px>u>EVERPORT TERMINAL SERVICES - LOS ANGELES/u>/span>/strong>/p> p styletext-align:center> /p> p styletext-align:center>u>span stylecolor:#FF0000>span stylefont-size:18px>strong>EGA Empty Gate Restrictions: /strong>/span>/span>/u>/p> p styletext-align:center>span stylefont-size:18px>strong>span stylecolor:#0000FF>01/15, 01/16 -/span> 1st shift - SCTP Only /strong>/span>/p> p styletext-align:center>strong>span stylecolor:#FF0000>span stylefont-size:16px>See other chassis instructions and empty restrictions further below/span>/span>/strong>/p> p styletext-align:center> /p> p styletext-align:center>span stylecolor:#0000FF>span stylefont-size:16px>strong>u>Everport has mandatory appointments for all move types:/u>/strong>/span>/span> Drivers can arrive up to 30 mins prior to appt. 30 min grace period if late. Cancel and reschedule at eModal.com/p> p styletext-align:center> /p> p>span stylefont-size:16px>span stylecolor:#0000FF>strong>u>Prohibited drop of equipment and pick-up without proof of interchange/u>: /strong>/span>/span>span stylefont-size:16px>span stylecolor:#0000FF>Vehicle may be banned and/span>/span>span stylefont-size:16px>span stylecolor:#0000FF> subject to a/span>span stylecolor:#0000FF> fine to be paid before ban is lifted/span>/span>/p> p> /p> p>strong>u>Pay OOCL demurrage/u> @ /strong>strong>a hrefhttps://rtr.home.oocl.com/ target_blank titlehttps://apc01.safelinks.protection.outlook.com/?urlhttps%3a%2f%2frtr.home.oocl.com%2f&data05%7c02%7ctracy.sha%40oocl.com%7cdc2aff91c0a44b173ba408dc73bec848%7c7851b4cc2c5c459f96d916731d6b4ca4%7c0%7c0%7c638512510449091291%7cunknown%7ctwfpbgzsb3d8eyjwijoim>https://rtr.home.oocl.com/a>/strong>strong>. Contact OOCL @ /strong>strong>a hrefmailto:LGBIMPORT@OOCL.COM target_blank titlemailto:lgbimport@oocl.com>LGBIMPORT@OOCL.COM/a>/strong>strong> or (888) 388-6625 for questions on demurrage charges. RTR technical questions, including registration, please contact a hrefmailto:OOCLECOM@OOCL.COM>OOCLECOM@OOCL.COM/a>./strong>/p> p> /p> p>u>span stylefont-size:14px>span stylecolor:#FF0000>strong>Import Free Flow/Peel off/strong>/span>/span>/u>span stylefont-size:14px>span stylecolor:#FF0000>strong>: /strong>/span>/span>span stylefont-size:16px>Available for customers with 75+ containers per vessel - No appointment required. Contact: strong>iff@everport-terminals.com /strong>for more information/span>/p> p> /p> p>u>US CBP/u>: ETS must receive DO for off-site US CUSTOMS exams from em>u>BROKER/u>/em> prior to driver’s arrival. Send to a hrefmailto:OCUCUSTOMS@EVERPORT-TERMINALS.COM>OCUCUSTOMS@EVERPORT-TERMINALS.COM/a> and a hrefmailto:OCUTRAFFIC@EVERPORT-TERMINALS.COM>OCUTRAFFIC@EVERPORT-TERMINALS.COM/a>/p> p> /p> p>u>span stylecolor:#FF0000>strong>Picking up For Sale Containers/strong>/span>/u>span stylecolor:#FF0000>strong>: /strong>/span>SCAC & RFID must be valid, otherwise "one-day pass" will be required/p> p> /p> p>strong>u>Chassis Instructions:/u>/strong>/p> p>* Evergreen chassis and gensets should not be dropped at any facility other than Everport /p> p>strong>* Truckers Must take ALL gensets to reefer shop prior to out-gating to ensure they work/strong>/p> p>* NOT accepting WCCP Chassis/p> p>strong>u>Everport Empty Return Policy:/u>/strong>/p> p>* ALL Non-Evergreen Empty Returns strong>em>must/em>/strong> be on-hired by the steamship lines/p> p>*Empty Flatracks ARMS must be in upright position when returning to the terminal/p> p>* NOT Accepting On-Hire span stylecolor:rgb(238, 130, 238)>u>strong>ONE/strong>/u>/span> DRY MTY's - Starting 1st Shift 01-07-25 /p> p>* NOT Accepting On-Hire span stylecolor:rgb(0, 0, 255)>u>strong>COS /strong>/u>/span>DRY MTY's - Starting 1st Shift 12-12-24 /p> p>* Accepting On-Hire u>span stylecolor:rgb(0, 0, 255)>strong>CMA /strong>/span>/u>MTY's - Starting 1st Shift 01-17-25 /p> p>* Evergreen reefer equipment must be returned back to ETS terminal/p> table border1 cellpadding0 cellspacing0 stylewidth:500px> thead> tr> th> p>strong>EMC Originating From/strong>/p> /th> th colspan6> p>strong> EMC Empties Should Return To/strong>/p> /th> /tr> /thead> tbody> tr> td> p> /p> /td> td> p>20'/p> /td> td> p>40'/p> /td> td> p>40' HQ/p> /td> td> p>45'/p> /td> td> p>40' Reefer/p> /td> td> p>Special/p> /td> /tr> tr> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> tr> td> p>GGS/p> /td> td> p>GGS/p> /td> td> p>GGS/p> /td> td> p>GGS/p> /td> td> p>GGS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> tr> td> p>PCT+STE/p> /td> td> p>PCT/p> /td> td> p>PCT/p> /td> td> p>PCT/p> /td> td> p>PCT/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> tr> td> p>LBCT (Pier E)/p> /td> td> p>Pier E/p> /td> td> p>Pier E/p> /td> td> p>Pier E/p> /td> td> p>Pier E/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> tr> td> p>LBCT (Pier F)/p> /td> td> p>Pier F/p> /td> td> p>Pier F/p> /td> td> p>Pier F/p> /td> td> p>Pier F/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> tr> td> p>YTI/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> td> p>ETS/p> /td> /tr> /tbody> /table> p> /p> p>u>Break Bulk/u>/p> p>$975* – Special lifting gear required/p> p>$4,677* – Devanning or flips exceeding 80,000lbs/p> p>*Fees may be adjusted pending visual inspection/p> p>*Export Out-of-Gauge Certified Weight Certificate is Required/p> p> /p> p>strong>CUSTOMERS HAVE 30 DAYS FROM RECEIPT OF PAYMENT TO DISPUTE FEES AND CHARGES/strong>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:16px>strong>u>TRUCKERS SAFETY RULES:/u> Violator will be removed/strong>/span>/p> p styletext-align:center>Safety vest required. Remain in vehicle unless parked at kiosk. Do Not open container, instead ask for assistance at kiosk. Speed limit is 15mph. Yield at unmarked intersections. Yard equipment has the right of way. Do not pass behind moving equipment. Do not drive next to stacking rows. Stay back at least one container length when toppick is retrieving container. Do not move forward until toppick has completely backed out of row. No passengers. No electronic devices while driving. Any problems ask for a manager. Obey posted signs./p> p styletext-align:center>Please be aware that following all standard directives and practices are in place to maintain the safety of all personnel working on our terminal. This includes adhering to the Top Handler honking system when working in proximity to a Decked pile of containers. /p> p styletext-align:center>1 Honk STOP, 2 Honks PULL FORWARD, 3 Honks BACK UP/p> p styletext-align:center> /p> p>strong>Safety and security will always come first at Everport Terminals/strong>/p> p>Our ongoing and proactive safety program is focused on top-down accountability. Frequent inspections reinforce our safety and security standards that comply with federal, state, and local laws and regulations./p> p>strong>Everport Terminals supports the U.S. Department of Homeland Security as a Certified C-TPAT participant./strong>/p> p>Our operations personnel works closely with U.S. Customs and Border Protection Agents on a daily basis, assisting CBP in their efforts to screen cargo, vessels (container/cargo/cruise), passengers and crews according to set security measures and standards./p> p>strong>Everport Terminals fully cooperates with both U.S. and Canadian authorities./strong>/p> p>We implement a working Business Continuity Plan, along with active participation in required drills and exercises, that prepares all personnel within our organization on how to properly respond to any security threat, incident, emergency or disaster./p> /div> br> span classvslTitle> Vessel schedule and cutoff times/span> div idvessel > table border0 idvesselTable> tr style background-color: #CCCCCC;> td aligncenter width8%>p7> Terminal /p7>/td> td aligncenter width10%>p7> Vessel /p7>/td> td aligncenter width12%>p7> Voyage /p7>/td> td aligncenter width10%>p7> ETA /p7>/td> td aligncenter width10%>p7> ETD /p7>/td> td aligncenter width10%>p7> First Available Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date (Reefer) /p7>/td> td aligncenter width10%>p7> Cargo Cutoff /p7>/td> td aligncenter width10%>p7> Reefer Cutoff /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER MILD /p7>/td> td aligncenter>p7> 1382-002W /p7>/td> td aligncenter>p7> 01/16/2025 04:00 /p7>/td> td aligncenter>p7> 01/20/2025 06:00 /p7>/td> td aligncenter>p7> 01/02/2025 08:00 /p7>/td> td aligncenter>p7> 01/08/2025 07:00 /p7>/td> td aligncenter>p7> 01/10/2025 07:00 /p7>/td> td aligncenter>p7> 01/14/2025 16:00 /p7>/td> td aligncenter>p7> 01/16/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER MOST /p7>/td> td aligncenter>p7> 1383-001W /p7>/td> td aligncenter>p7> 01/21/2025 04:00 /p7>/td> td aligncenter>p7> 01/25/2025 05:00 /p7>/td> td aligncenter>p7> 01/07/2025 08:00 /p7>/td> td aligncenter>p7> 01/13/2025 07:00 /p7>/td> td aligncenter>p7> 01/15/2025 07:00 /p7>/td> td aligncenter>p7> 01/17/2025 16:00 /p7>/td> td aligncenter>p7> 01/20/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER FAST /p7>/td> td aligncenter>p7> 0011-022W /p7>/td> td aligncenter>p7> 01/25/2025 04:00 /p7>/td> td aligncenter>p7> 01/28/2025 18:00 /p7>/td> td aligncenter>p7> 01/10/2025 08:00 /p7>/td> td aligncenter>p7> 01/15/2025 08:00 /p7>/td> td aligncenter>p7> 01/17/2025 08:00 /p7>/td> td aligncenter>p7> 01/23/2025 16:00 /p7>/td> td aligncenter>p7> 01/24/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER MACH /p7>/td> td aligncenter>p7> 1384-008W /p7>/td> td aligncenter>p7> 01/28/2025 14:00 /p7>/td> td aligncenter>p7> 02/01/2025 19:00 /p7>/td> td aligncenter>p7> 01/13/2025 08:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/22/2025 07:00 /p7>/td> td aligncenter>p7> 01/27/2025 16:00 /p7>/td> td aligncenter>p7> 01/27/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER MAGI /p7>/td> td aligncenter>p7> 0010-005W /p7>/td> td aligncenter>p7> 02/06/2025 04:00 /p7>/td> td aligncenter>p7> 02/09/2025 19:00 /p7>/td> td aligncenter>p7> 01/23/2025 08:00 /p7>/td> td aligncenter>p7> 01/28/2025 08:00 /p7>/td> td aligncenter>p7> 01/30/2025 08:00 /p7>/td> td aligncenter>p7> 02/04/2025 16:00 /p7>/td> td aligncenter>p7> 02/05/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSLAX /p7>/td> td aligncenter>p7> EVER MAST /p7>/td> td aligncenter>p7> 1386-004W /p7>/td> td aligncenter>p7> 02/10/2025 14:00 /p7>/td> td aligncenter>p7> 02/14/2025 15:00 /p7>/td> td aligncenter>p7> 01/27/2025 08:00 /p7>/td> td aligncenter>p7> 01/31/2025 07:00 /p7>/td> td aligncenter>p7> 02/04/2025 07:00 /p7>/td> td aligncenter>p7> 02/07/2025 16:00 /p7>/td> td aligncenter>p7> 02/07/2025 16:00 /p7>/td> /tr> /table> /div> br> span classgateInfoTitle> Gate Information/span> br> div stylewidth:100%> div idhours>br> span classgateInfoTitle> Hours/span> p>strong> /strong>/p> table aligncenter border1 cellpadding1.5 cellspacing1.5 styleheight:100px; width:650px> tbody> tr> td styletext-align:center> /td> td styletext-align:center>strong>span stylecolor:#000000>Mon/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Tue/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Wed/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Thu/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Fri/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Sat/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Sun/span>/strong>/td> /tr> tr> td styletext-align:center> /td> td styletext-align:center> p>strong>01/13/strong>/p> /td> td styletext-align:center> p>strong>01/14/strong>/p> /td> td styletext-align:center>strong>01/15/strong>/td> td styletext-align:center> p>strong>01/16/strong>/p> /td> td styletext-align:center>strong>01/17/strong>/td> td styletext-align:center>strong>01/18/strong>/td> td styletext-align:center>strong>01/19/strong>/td> /tr> tr> td styletext-align:center>strong>span stylecolor:#000000>1st Shift/span>/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>span stylecolor:#000000>strong>0700-1700/strong>/span>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>span stylecolor:#000000>strong>0700-1600/strong>/span>/td> td styletext-align:center>strong>0700-1600/strong>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> /tr> tr> td styletext-align:center>strong>span stylecolor:#000000>2nd Shift/span>/strong>/td> td styletext-align:center>strong>1700-0200/strong>/td> td styletext-align:center>strong>1700-0200/strong>/td> td styletext-align:center>strong>1700-0200/strong>/td> td styletext-align:center>strong>1700-0200/strong>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> /tr> /tbody> /table> p styletext-align:center> /p> p styletext-align:center>strong>span stylecolor:#000000> /span>/strong>/p> table aligncenter border1 cellpadding1.5 cellspacing1.5 styleheight:100px; width:650px> tbody> tr> td styletext-align:center> /td> td styletext-align:center>strong>span stylecolor:#000000>Mon/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Tue/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Wed/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Thu/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Fri/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Sat/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>Sun/span>/strong>/td> /tr> tr> td styletext-align:center> /td> td styletext-align:center> p>strong>01/20/strong>/p> /td> td styletext-align:center>strong>01/21/strong>/td> td styletext-align:center>strong>01/22/strong>/td> td styletext-align:center>strong>01/23/strong>/td> td styletext-align:center>strong>01/24/strong>/td> td styletext-align:center>strong>01/25/strong>/td> td styletext-align:center>strong>01/26/strong>/td> /tr> tr> td styletext-align:center>strong>span stylecolor:#000000>1st Shift/span>/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>strong>0700-1700/strong>/td> td styletext-align:center>strong>0700-1600/strong>/td> td styletext-align:center>strong>0700-1600/strong>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> /tr> tr> td styletext-align:center>strong>span stylecolor:#000000>2nd Shift/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>1700-0200/span>/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>1700-0200/span>/strong>/td> td styletext-align:center>strong>1700-0200/strong>/td> td styletext-align:center>strong>span stylecolor:#000000>1700-0200/span>/strong>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> td styletext-align:center>span stylecolor:#FF0000>strong>CLOSED/strong>/span>/td> /tr> /tbody> /table> /div>div idactivity>br> span classgateActTitle> Activity/span> p> /p> p> /p> p>u>strong>Imports:/strong>/u>/p> p>Go to www.eModal.com for import appointments and to pay fees/p> p>Contact the terminal for information regarding holds and containers located in BB/CC row/p> p>Evergreen IPI Off Dock Cargo can only use POP chassis/p> p>span stylecolor:#FF0000>Demurrage will not accrue on days when terminal is closed i.e. if LFD lands on a Friday, container LFD will show Sunday when closed for the weekend/span>/p> p>u>strong>Export:/strong>/u>/p> p>Refer to our vessel schedule for yard open and cutoff times/p> p>strong>a hrefhttps://www.etslink.com/images/yardMapETSLAX.png target_blank>u>ETS Los Angeles Terminal Map for Truckers/u>/a>/strong>/p> /div> /div> /div> a nameOAK>/a> div idOAK classtabcontent> div classtmnlTitle> Oakland /div> br> span classcontactsTitle>Terminal contacts/span> div idcontactsOAK > div classcontactHalf> p> /p> p styletext-align:center>span stylefont-size:12px>strong>Customer Service/strong>: customerservice-oak@ebpiusa.com/span>/p> p styletext-align:center>span stylefont-size:12px>Phone : (385) 777-5522/span>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:12px>Gate Office Phone : (510) 208-8814/span>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:12px>Yard & Gate Manager Phone : (510) 208-8815/span>/p> p styletext-align:center> /p> p> /p> p> /p> p> /p> /div>div classimgHelf> img srcpictures/home_page/imageOAK.jpg> /div> /div> br> span classimpTitle>Important Information/span> div idimportantInfo > table border0 idimportantTable> tr> td>p styletext-align:center>a hrefhttps://gate.etsoak.com/gateimages/OAKInGate.jpg target_blank>Gate Cam View - Current Snapshot In-gate/a>/p> p styletext-align:center>a hrefhttps://www.etslink.com/docs/OAK_24_25_TerminalServiceFeeSchedule.pdf>ETS Oakland Tariff/a>/p> p>strong>u>Safety:/u>/strong>/p> p>1.) Speed limit is 10 mph throughout the terminal and 5 mph through roadability./p> p>2.) No cell phone use while driving./p> p>3.) Yard equipment has the right of way./p> p>4.) Obey all posted stop signs./p> p>5.) Stop before entering roadability and do not leave prior to being cleared./p> p>6.) Wear proper P.P.E. (hi-visibility vests, gloves, and closed toed shoes)./p> p>7.) Zero tolerance for violence./p> p> /p> p>strong>u>T.W.I.C Cards:/u>/strong>/p> p>No truck drivers will be allowed into the terminal without a valid Transportation Workers Identification Credential. For further information please refer to: a hrefhttps://www.tsa.gov/for-industry/twic target_blank>https://www.tsa.gov/for-industry/twic/a>/p> p>ETS Oakland Pre-Lodging Update/p> p>ETS Oakland requires pre-lodging / appointments for all move types; from September 1, 2022 drivers will only be able to initiate both an in and out move during one visit to the Terminal if those moves have been pre-lodged as a dual transaction. Clerks will no longer “build” dual transactions for drivers here whose moves have been pre-lodged as two single moves, one in and a separate one out, after August 31, 2022. Drivers wanting to do out moves after doing in moves, when those moves have been pre-lodged as a single moves, will have to complete their in moves, exit the Terminal and re-enter it to initiate their single out moves, on their later / subsequent entry to the Terminal for those second separate out moves./p> p> /p> p>Two hour appointment windows have up to two hour grace periods either side of them, within which transactions may be initiated, so long as the Terminal is operating during those two hours./p> p> /p> p>“Decked sort / import free flow / one stop” service may be available on request and adequate notice (to be considered they must be received not less than one business day in advance of vessels’ arrivals). The minimum number of containers that will be considered for such service at ETS Oakland is 25. Only a limited number of sorts can be handled for each vessel and priority will be given to requests covering the greatest numbers of containers and based on the order in which requests were received after that./p> table border0 cellpadding0 cellspacing0 stylewidth:465px> tbody> tr> td colspan6 styleheight:26px; width:465px> p>ETS Oakland Empty Receiving/p> /td> /tr> tr> td styleheight:20px; width:125px> p>EVERGREEN/p> /td> td styleheight:20px; width:61px> p>CMA/p> /td> td styleheight:20px; width:74px> p>COSCO/p> /td> td styleheight:20px; width:61px> p>OOCL/p> /td> td styleheight:20px; width:61px> p>ONE/p> /td> td styleheight:20px; width:83px> p>CUL/p> /td> /tr> tr> td styleheight:20px; width:125px> p>OPEN/p> /td> td styleheight:20px; width:61px> p>OPEN/p> /td> td styleheight:20px; width:74px> p>OPEN/p> /td> td styleheight:20px; width:61px> p>OPEN/p> /td> td styleheight:20px; width:61px> p>OPEN/p> /td> td styleheight:20px; width:83px> p>CLOSED/p> /td> /tr> /tbody> /table> /td> /tr> /table> /div> br> span classvslTitle> Vessel schedule and cutoff times/span> div idvessel > table border0 idvesselTable> tr style background-color: #CCCCCC;> td aligncenter width8%>p7> Terminal /p7>/td> td aligncenter width10%>p7> Vessel /p7>/td> td aligncenter width12%>p7> Voyage /p7>/td> td aligncenter width10%>p7> ETA /p7>/td> td aligncenter width10%>p7> ETD /p7>/td> td aligncenter width10%>p7> First Available Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date (Reefer) /p7>/td> td aligncenter width10%>p7> Cargo Cutoff /p7>/td> td aligncenter width10%>p7> Reefer Cutoff /p7>/td> /tr> tr> td aligncenter>p7> ETSOAK /p7>/td> td aligncenter>p7> EVER FUTURE /p7>/td> td aligncenter>p7> 1148-025W /p7>/td> td aligncenter>p7> 01/18/2025 16:00 /p7>/td> td aligncenter>p7> 01/20/2025 04:00 /p7>/td> td aligncenter>p7> 01/06/2025 07:00 /p7>/td> td aligncenter>p7> 01/13/2025 07:00 /p7>/td> td aligncenter>p7> 01/15/2025 07:00 /p7>/td> td aligncenter>p7> 01/16/2025 16:00 /p7>/td> td aligncenter>p7> 01/17/2025 12:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSOAK /p7>/td> td aligncenter>p7> EVER MILD /p7>/td> td aligncenter>p7> 1382-002W /p7>/td> td aligncenter>p7> 01/21/2025 14:00 /p7>/td> td aligncenter>p7> 01/23/2025 19:00 /p7>/td> td aligncenter>p7> 01/07/2025 07:00 /p7>/td> td aligncenter>p7> 01/14/2025 07:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/17/2025 16:00 /p7>/td> td aligncenter>p7> 01/21/2025 12:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSOAK /p7>/td> td aligncenter>p7> EVER LIBERAL /p7>/td> td aligncenter>p7> 1149-062W /p7>/td> td aligncenter>p7> 01/24/2025 04:00 /p7>/td> td aligncenter>p7> 01/25/2025 19:00 /p7>/td> td aligncenter>p7> 01/10/2025 07:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/21/2025 07:00 /p7>/td> td aligncenter>p7> 01/22/2025 16:00 /p7>/td> td aligncenter>p7> 01/23/2025 12:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSOAK /p7>/td> td aligncenter>p7> EVER MOST /p7>/td> td aligncenter>p7> 1383-001W /p7>/td> td aligncenter>p7> 01/26/2025 14:00 /p7>/td> td aligncenter>p7> 01/28/2025 19:00 /p7>/td> td aligncenter>p7> 01/13/2025 07:00 /p7>/td> td aligncenter>p7> 01/17/2025 07:00 /p7>/td> td aligncenter>p7> 01/22/2025 07:00 /p7>/td> td aligncenter>p7> 01/24/2025 16:00 /p7>/td> td aligncenter>p7> 01/24/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSOAK /p7>/td> td aligncenter>p7> EVER FAST /p7>/td> td aligncenter>p7> 0011-022W /p7>/td> td aligncenter>p7> 01/30/2025 04:00 /p7>/td> td aligncenter>p7> 01/31/2025 19:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/23/2025 07:00 /p7>/td> td aligncenter>p7> 01/27/2025 07:00 /p7>/td> td aligncenter>p7> 01/28/2025 16:15 /p7>/td> td aligncenter>p7> 01/29/2025 12:00 /p7>/td> /tr> /table> /div> br> span classgateInfoTitle> Gate Information/span> br> div stylewidth:100%> div idhours>br> span classgateInfoTitle> Hours/span> p>strong>u>ETS Gate Hours/u>/strong>/p> p>Closed: Thursday 1/16 2nd Shift/p> p>Closed: Monday 1/20 Both Shifts/p> p> /p> p>The night gate will operate on Monday, Tuesday, Wednesday and Thursday nights (except Holidays / ILWU Stop Work Meetings) starting April 29, 2024./p> p>There will be no hazardous cargo receiving during the 2nd shift. Export/import reefers with nose-mount gensets will not be accepted/released during the night shift./p> table border0 cellpadding0 cellspacing0 stylewidth:949px> tbody> tr> td styleheight:20px; width:119px> p> /p> /td> td styleheight:20px; width:152px> p>Monday/p> /td> td styleheight:20px; width:143px> p>Tuesday/p> /td> td styleheight:20px; width:162px> p>Wednesday/p> /td> td styleheight:20px; width:155px> p>Thursday/p> /td> td styleheight:20px; width:218px> p>Friday/p> /td> /tr> tr> td styleheight:20px; width:119px> p>1st Shift/p> /td> td styleheight:20px; width:152px> p>0700 - 1600/p> /td> td styleheight:20px; width:143px> p>0700 - 1600/p> /td> td styleheight:20px; width:162px> p>0700 - 1600/p> /td> td styleheight:20px; width:155px> p>0700 - 1600/p> /td> td styleheight:20px; width:218px> p>0700 - 1600/p> /td> /tr> tr> td styleheight:20px; width:119px> p>2nd Shift/p> /td> td styleheight:20px; width:152px> p>1800 - 0215/p> /td> td styleheight:20px; width:143px> p>1800 - 0215/p> /td> td styleheight:20px; width:162px> p>1800 - 0215/p> /td> td styleheight:20px; width:155px> p>1800 - 0215/p> /td> td styleheight:20px; width:218px> p>Closed/p> /td> /tr> /tbody> /table> p> /p> /div>div idactivity>br> span classgateActTitle> Activity/span> p> /p> p>Containers to be picked up with Permit to Transfer (PTT) may without appts through the Trouble Office/p> p>u>strong>Note:/strong>/u> We will no longer be printing PTT or Exam paperwork for drivers. The drivers will need to bring their own copy of the PTT to the trouble office./p> p>strong>$105 Flip Fee to mount container on OWN chassis, except for container/chassis mismatches (Effective 7/1/24)/strong>/p> p>strong>u>Reefers:/u> /strong>Reefers with nosemount gensets will need to arrive prior to 15:00 or will be subject to possibly being rejected due to the additional time needed to remove the nosemount/p> p>strong>Firm Code WBA5/strong>/p> p> /p> p>There will be a $35 gate fee payable through eModal for all import and export full containers starting February 28, 2022./p> p>The gate fee will increase to $40 starting May 4, 2024./p> p>strong>a hrefhttps://www.etslink.com/images/yardMapETSOAK.png target_blank>u>ETS Oakland Terminal Map for Truckers/u>/a>/strong>/p> /div> /div> /div> a nameTIW>/a> div idTIW classtabcontent> div classtmnlTitle> Tacoma /div> br> span classcontactsTitle>Terminal contacts/span> div idcontactsTIW > div classcontactHalf> p styletext-align:center>span stylefont-size:18px>strong>Customer Service:/strong> customerservice-tiw@ebpiusa.com/span>/p> p styletext-align:center>span stylefont-size:18px>strong>Phone /strong>strong>–/strong> (385) 777-5522/span>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:18px>strong>Other SSCo customer service numbers:/strong>/span>/p> p styletext-align:center>span stylefont-size:18px>strong>CMA CGM –/strong> 877-556-6308/span>/p> p styletext-align:center>span stylefont-size:18px>strong>APL –/strong> 800-999-7733/span>/p> p styletext-align:center>span stylefont-size:18px>strong>COSCO –/strong> 866-830-2550/span>/p> p styletext-align:center>span stylefont-size:18px>strong>OOCL –/strong> 630-645-9120/span>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:18px>strong>Yard & Gate: /strong>253-287-4106 or 253-287-4114 or 253-287-4113/span>/p> p styletext-align:center>strong> /strong>/p> /div>div classimgHelf> img srcpictures/home_page/imageTIW.jpg> /div> /div> br> span classimpTitle>Important Information/span> div idimportantInfo > table border0 idimportantTable> tr> td>p> /p> p styletext-align:center>span stylefont-size:18px>strong>a hrefhttps://gate.etstcm.com/gateimages/TIW.html>Webcam/a> a hrefhttps://www.etslink.com/images/yardMapETSTIW.png>Map/a> span stylecolor:#D3D3D3>a hrefhttps://www.etslink.com/docs/TIW_24_25_TerminalServiceFeeSchedule.pdf>Tariff/a> /span>/strong>/span>/p> p styletext-align:center> /p> p styletext-align:center>span stylefont-size:18px>span stylecolor:#FF0000>strong>u>Attention Trucking Community/u>/strong>/span>/span>/p> p>strong>u>Appointment Rules:/u>/strong>/p> p>strong>span stylecolor:#FF0000>APPOINTMENTS ARE REQUIRED FOR ALL GATE MOVES. PLEASE GO TO EMODAL TO MAKE APPOINTMENT/span>/strong>/p> p>All demurrage fees for Evergreen and CMA will be collected via a hrefhttp://www.everport-terminals.com>www.everport-terminals.com/a> or eModal. OOCL and COSCO will continue to collect their own demurrage fees; please contact the line./p> p>When entering the terminal truckers will be required to press a button to receive a gate pass that contains a gate pass number and bar code. When pressing the button this will also activate the gate arm to allow truckers onto the terminal. When truckers arrive at the in-gate lane pedestals they will need to insert their gate pass into the kiosk to have the bar code read. This will initiate processing into the terminal./p> p> /p> p>strong>u>Safety and Terminal Rules:/u>/strong>/p> p>1.) Speed limit is 10 mph throughout the terminal and 5 mph through roadability./p> p>2.) No cell phone use while driving./p> p>3.) Obey all posted stop signs and stop bars./p> p>4.) Stop before entering roadability and do not leave prior to being cleared./p> p>5.) Wear proper P.P.E. (hi-visibility vests, gloves, and closed toed shoes)./p> p>6.) Containers need to be locked down at roadability. /p> p>7.) All trucks are required to proceed to the queuing area when it is open. Queuing area opens 2 hours prior to the gate opening./p> p>8.) No photography or videotaping inside the terminal./p> p>9.) Gaterunners will be charged a fee of $231.00./p> p>10.) Each booth in the Transfer Zone is equipped with a pressure pad. When the driver is standing on the pad a strong>GREEN /strong>light will signal the CHE operator it is safe to service the trucker. If the driver is not standing on the pad a strong>RED /strong>light will signal the CHE operator it is unsafe to service the trucker. Truckers who do not remain on the pressure pad for the entire transaction or cross the span stylecolor:#FF0000>RED /span>safety line for any reason will NOT be serviced./p> p>11.) Entering the facility is deemed valid consent to screening or inspection; and failure to consent or submit to screening or inspection will result in denial or revocation of authorization to enter./p> p>12.) We would like to take this oppurtunity to remind you and your drivers that Pierce County Terminal is a federally regulated facility and operates under maritime security regulations. In order to protect all persons within the facility and as per 33 CFR Part 105, any potential threat, violence or criminal activity will not be tolerated. Drivers found to be in violation of these regulations will be subject to prosecution by government law enforcement and face a lifetime ban from the terminal. /p> p> /p> p>strong>u>Early Release/Early Return:/u>/strong>/p> p>Early release/early return requests must be made directly with the shipping lines. Please have this approved and updated prior to arriving at the terminal for your appointment./p> p> /p> p>strong>u>T.W.I.C Cards:/u>/strong>/p> p>No truck drivers will be allowed into Pierce County Terminal without a valid Transportation Workers Identification Credential. For further information please refer to: a hrefhttps://www.tsa.gov/for-industry/twic target_blank>https://www.tsa.gov/for-industry/twic/a>/p> p> /p> p>u>strong>Chassis Usage:/strong>/u>/p> p>Evergreen and COSCO containers use DCLI or trucker-owned chassis only. OOCL, APL and CMA containers use TRAC or trucker-owned chassis only./p> p> /p> p>strong>u>Roadability Rules:/u>/strong>/p> p>All chassis, u>except for those chassis owned by an independent truck driver or owned by an independent non PMA affiliated trucking company and identified and proven as such/u>, shall go through roadability./p> p>If a driver with a long term leased chassis chooses to go through roadability and fails any part of the 8 part inspections, they may have mechanics make the necessary repairs or the container shall be removed and the driver may exit the facility./p> p>span stylecolor:#FF0000>strong>u>DO NOT USE THE TOOLS AT ROADABILITY/u>/strong>/span>/p> p> /p> p>strong>u>Truck Driver Training Request:/u>/strong>/p> p>All training request should be sent to EBPI Customer Service at customerservice-tiw@ebpiusa.com a minimum of 48 hours prior to training date./p> p> /p> p>strong>u>Hazardous Paperwork:/u>/strong>/p> p>span stylecolor:#000080>span stylefont-size:22px>u>strong>All Hazardous and PTT documents should be sent to EBPI customer service at customerservice-tiw@ebpiusa.com/strong>/u>/span>/span>/p> /td> /tr> /table> /div> br> span classvslTitle> Vessel schedule and cutoff times/span> div idvessel > table border0 idvesselTable> tr style background-color: #CCCCCC;> td aligncenter width8%>p7> Terminal /p7>/td> td aligncenter width10%>p7> Vessel /p7>/td> td aligncenter width12%>p7> Voyage /p7>/td> td aligncenter width10%>p7> ETA /p7>/td> td aligncenter width10%>p7> ETD /p7>/td> td aligncenter width10%>p7> First Available Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date /p7>/td> td aligncenter width10%>p7> Start/Receive Date (Reefer) /p7>/td> td aligncenter width10%>p7> Cargo Cutoff /p7>/td> td aligncenter width10%>p7> Reefer Cutoff /p7>/td> /tr> tr> td aligncenter>p7> ETSTIW /p7>/td> td aligncenter>p7> EVER FRONT /p7>/td> td aligncenter>p7> 1381-030W /p7>/td> td aligncenter>p7> 01/20/2025 09:00 /p7>/td> td aligncenter>p7> 01/22/2025 05:00 /p7>/td> td aligncenter>p7> 01/10/2025 07:00 /p7>/td> td aligncenter>p7> 01/10/2025 07:00 /p7>/td> td aligncenter>p7> 01/14/2025 07:00 /p7>/td> td aligncenter>p7> 01/17/2025 16:00 /p7>/td> td aligncenter>p7> 01/17/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSTIW /p7>/td> td aligncenter>p7> EVER FUTURE /p7>/td> td aligncenter>p7> 1148-025W /p7>/td> td aligncenter>p7> 01/21/2025 23:00 /p7>/td> td aligncenter>p7> 01/23/2025 07:00 /p7>/td> td aligncenter>p7> 01/13/2025 07:00 /p7>/td> td aligncenter>p7> 01/13/2025 07:00 /p7>/td> td aligncenter>p7> 01/15/2025 07:00 /p7>/td> td aligncenter>p7> 01/17/2025 16:00 /p7>/td> td aligncenter>p7> 01/21/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSTIW /p7>/td> td aligncenter>p7> EVER SUMMIT /p7>/td> td aligncenter>p7> 0067-121S /p7>/td> td aligncenter>p7> 01/22/2025 22:00 /p7>/td> td aligncenter>p7> 01/25/2025 18:00 /p7>/td> td aligncenter>p7> 01/14/2025 07:00 /p7>/td> td aligncenter>p7> 01/14/2025 07:00 /p7>/td> td aligncenter>p7> 01/15/2025 07:00 /p7>/td> td aligncenter>p7> 01/21/2025 16:00 /p7>/td> td aligncenter>p7> 01/21/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSTIW /p7>/td> td aligncenter>p7> EVER MILD /p7>/td> td aligncenter>p7> 1382-002W /p7>/td> td aligncenter>p7> 01/26/2025 10:00 /p7>/td> td aligncenter>p7> 01/28/2025 05:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/16/2025 07:00 /p7>/td> td aligncenter>p7> 01/21/2025 07:00 /p7>/td> td aligncenter>p7> 01/24/2025 16:00 /p7>/td> td aligncenter>p7> 01/24/2025 16:00 /p7>/td> /tr> tr> td aligncenter>p7> ETSTIW /p7>/td> td aligncenter>p7> EVER MOST /p7>/td> td aligncenter>p7> 1383-001W /p7>/td> td aligncenter>p7> 01/30/2025 22:00 /p7>/td> td aligncenter>p7> 02/02/2025 05:00 /p7>/td> td aligncenter>p7> 01/22/2025 07:00 /p7>/td> td aligncenter>p7> 01/22/2025 07:00 /p7>/td> td aligncenter>p7> 01/27/2025 07:00 /p7>/td> td aligncenter>p7> 01/29/2025 16:00 /p7>/td> td aligncenter>p7> 01/30/2025 16:00 /p7>/td> /tr> /table> /div> br> span classgateInfoTitle> Gate Information/span> div stylewidth:100%> div idhours>br> span classgateInfoTitle> Hours/span> p> /p> table border1 cellpadding1 cellspacing1 stylewidth:700px> tbody> tr> td styletext-align:center>strong>MON/strong>/td> td styletext-align:center>strong>TUE/strong>/td> td styletext-align:center>strong>WED/strong>/td> td styletext-align:center>strong>THU/strong>/td> td styletext-align:center>strong>FRI/strong>/td> td styletext-align:center>strong>SAT/strong>/td> td styletext-align:center>strong>SUN/strong>/td> /tr> tr> td styletext-align:center>strong>1/13/strong>/td> td styletext-align:center>strong>1/14/strong>/td> td styletext-align:center>strong>1/15/strong>/td> td styletext-align:center>strong>1/16/strong>/td> td styletext-align:center>strong>1/17/strong>/td> td styletext-align:center>strong>1/18/strong>/td> td styletext-align:center>strong>1/19/strong>/td> /tr> tr> td styletext-align:center>strong>0700 - 1600/strong>/td> td styletext-align:center>strong>0700 - 1600span stylecolor:#FF0000> /span>/strong>/td> td styletext-align:center>strong>span stylecolor:#FF0000> /span>0700 - 1600span stylecolor:#FF0000> /span>/strong>/td> td styletext-align:center>strong>0700 - 1600/strong>/td> td styletext-align:center>strong> /strong>strong>0700 - 1600/strong>/td> td styletext-align:center>strong>span stylecolor:#FF0000> CLOSED /span>/strong>/td> td styletext-align:center>strong>span stylecolor:#FF0000> CLOSED /span>/strong>/td> /tr> /tbody> /table> p> /p> table border1 cellpadding1 cellspacing1 stylewidth:700px> tbody> tr> td styletext-align:center>strong>MON/strong>/td> td styletext-align:center>strong>TUE/strong>/td> td styletext-align:center>strong>WED/strong>/td> td styletext-align:center>strong>THU/strong>/td> td styletext-align:center>strong>FRI/strong>/td> td styletext-align:center>strong>SAT/strong>/td> td styletext-align:center>strong>SUN/strong>/td> /tr> tr> td styletext-align:center>strong>1/20/strong>/td> td styletext-align:center>strong>1/21/strong>/td> td styletext-align:center>strong>1/22/strong>/td> td styletext-align:center>strong>1/23/strong>/td> td styletext-align:center>strong>1/24/strong>/td> td styletext-align:center>strong>1/25/strong>/td> td styletext-align:center>strong>1/26/strong>/td> /tr> tr> td styletext-align:center>strong>span stylecolor:#FF0000> CLOSED /span>/strong>/td> td styletext-align:center>strong>0700 - 1600/strong>/td> td styletext-align:center>strong>0700 - 1600/strong>/td> td styletext-align:center>span stylecolor:#FF0000>strong> /strong>/span>strong>0700 - 1600/strong>/td> td styletext-align:center>strong>0700 - 1600/strong>/td> td styletext-align:center>strong>span stylecolor:#FF0000> CLOSED /span>/strong>/td> td styletext-align:center>strong>span stylecolor:#FF0000> CLOSED /span>/strong>/td> /tr> /tbody> /table> p> /p> p>span stylecolor:#FF0000>*/span>Limited Gate/Closures Monday through Friday will extend Last Free Day. span stylecolor:#FF0000>strong>LFD will update the day of the limited gate/closure/strong>*/span>/p> /div>div idactivity>br> span classgateActTitle> Activity/span> p>strong>u>Gensets:/u>/strong>/p> p>Gensets will only be released on bookings noted to require a genset. If a booking does not require "genset" then one will NOT be dispatched. To have a booking updated to include a genset please contact Evergreen./p> p>strong>u>Pre-Mounted Containers:/u>/strong>/p> p>Pre-mounted imports can be picked up from the wheeled area./p> p>strong>u>Transfer Zone Process:/u>/strong>/p> p>Once a driver has parked in a transfer zone lane, driver is to exit the vehicle and scan the ticket. Driver is to remain in the booth until transaction is successfully completed./p> p>strong>u>Firms Code:/u>/strong>/p> p>The firms code for Pierce County Terminal is x215./p> p>strong>u>Hazardous, PTT, and Exam/u>/strong>/p> p>DG, PTT and Transfer for Exam documentation should be sent to a hrefmailto:customerservice@abpiusa.com>customerservice@ebpiusa.com/a>, prior to arriving at terminal for pick up./p> p>strong>u>Free Flow/Peel Pile Requirements/u>/strong>/p> p>Minimum of 20+ containers of the same size type on a vessel going out on the same chassis. All free flow piles must be picked up within 3 days of discharge./p> p>24 hours before picking up free flow containers, notify the terminal of the quantity that will be picked up daily./p> p>***Peel Piles are assigned to the consignee, not trucker. 72 Hours advance notice requirement for Free Flow.*** /p> p> /p> p> /p> p> /p> /div> /div> /div> br/>br/> div classrow> div classcol-md-12> center> p2>Terminal Information/p2> p2>Berths 226-236 : Everport Terminal Services/p2> p2>389 Terminal Island Way Terminal Island, CA 90731/p2> /center> /div> br/>br/> div classcol-md-12> center> Copyright © 2015,All Rights Reserved by Everport Terminal Services INC. /center> /div> /div>/div>br/>br/>br/>br/>br/>/body>/html>style> div.loginMain{ display:none; } .x-body { background-color: #FFFFFF; } .tmnlTitle { color: #1D68BC; font-family: verdana; font-size: 200%; font-weight: bold; padding:50px 0px 10px 0px; } .contactsTitle, .gateHourTitle, .gateActTitle, .gateInfoTitle { color: green; font-family: verdana; font-size: 150%; margin-top:20px; } .impTitle,.vslTitle{ color: red; font-family: verdana; font-size: 150%; } /*p7 vessel schedule detail*/ p7 { color: green; font-family: verdana; font-size: 100%; } td {padding:0;} #contactsLA,#contactsOAK,#contactsTIW{ border:1px green solid; border-radius:5px; margin-bottom:15px; padding: 20px; width:98%;//height:400px; vertical-align:middle; text-align: center; } .contactHalf{ vertical-align:middle; margin:5px; padding: 5px; width: 48%; margin-left:15px; display:inline-block; } .imgHelf{ vertical-align:middle; margin:5px; padding: 5px; width: 48%; display:inline-block; } #vessel{ border:1px green solid; border-radius:5px; margin-bottom:15px; width:1180px; /*height:200px;*/ vertical-align:middle; margin:5px auto; } #importantInfo{ border:1px green solid; border-radius:5px; margin-bottom:15px; width:98%; //width:1180px; /*height:200px;*/ vertical-align:middle; //margin:5px auto; padding: 20px; } #hours{ border:1px green solid; border-radius:5px; margin-bottom:15px; //width:360px;height:540px; vertical-align:middle; margin:5px; padding: 5px; width: 48%; margin-left:15px; display:inline-block; } #activity{ border:1px green solid; border-radius:5px; margin-bottom:15px; //width:360px;height:540px; vertical-align:middle; margin:5px; padding: 5px; width: 48%; display:inline-block; } #gateInfo{ /*border:2px green solid;*/ border-radius:5px; margin-bottom:15px; //width:1180px; width:98px; height:700px; vertical-align:middle; margin:0px auto; display: inline-block; } .epayment{ font-family: verdana; font-size: 150%; } .imgContainer { position: relative; text-align: center; color: white; cursor: pointer; } .imgText { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 30px; font-family: verdana; font-size: 250%; font-weight: bold; text-shadow: 0 2px 0 #000; color : #fff; white-space: nowrap; } .imgAct { opacity: 0.6; filter:alpha(opacity60); } .imgTextAct { text-shadow: 0px 0px 10px #004080; color : #fff; } /style>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]