# Error when accessing remotely: No protocol specified

**URL:** https://discourse.paraview.org/t/error-when-accessing-remotely-no-protocol-specified/934
**Category:** ParaView Support
**Created:** [November 20, 2018, 3:44am UTC](https://discourse.paraview.org/t/error-when-accessing-remotely-no-protocol-specified/934 "2018-11-20T03:44:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cbcoutinho](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cbcoutinho/32/291_2.png) [@cbcoutinho](https://discourse.paraview.org/u/cbcoutinho)
#### Post date: [November 20, 2018, 3:44am UTC](https://discourse.paraview.org/t/error-when-accessing-remotely-no-protocol-specified/934/1 "2018-11-20T03:44:52Z")

</div>

Hi there, I’ve been noticing a small issue when using the --force-offscreen-rendering option over a remote connection.

This is my connection string:

`ssh $SSH_USER$@$SERVER$ /usr/local/lib/mpi/gcc/openmpi3/bin/mpiexec -np $NUMPROC$ /usr/local/bin/pvserver --server-port=$PORT$ --client-host=$CLIENT$ --force-offscreen-rendering`

I use ParaView with offscreen rendering via the EGL API (VTK\_OPENGL\_HAS\_EGL:BOOL=ON). When I start a pvserver process on the server via the ParaView client, I get the following error output on the client:

```
Waiting for client...

Connection URL: cs://<myserver>:<myport>

Accepting connection(s): <myserver>:<myport>

Client connected.

No protocol specified

No protocol specified

```

What does “No protocol specified” mean?

I’ve checked and confirmed that the GPU is being used on the remote machine, so I can’t determine what this error message is about. Is this an issue to be worried about?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [November 20, 2018, 9:01am UTC](https://discourse.paraview.org/t/error-when-accessing-remotely-no-protocol-specified/934/2 "2018-11-20T09:01:03Z")

</div>

does your remote have a display, a running X server ?

---

<div class="post-metadata">

### Author: ![cbcoutinho](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cbcoutinho/32/291_2.png) [@cbcoutinho](https://discourse.paraview.org/u/cbcoutinho)
#### Post date: [November 27, 2018, 11:47am UTC](https://discourse.paraview.org/t/error-when-accessing-remotely-no-protocol-specified/934/3 "2018-11-27T11:47:47Z")

</div>

It does have an X server available, but the error occurs regardless if there is an active X server running or not.

I think this is a false error because ParaView works remotely ignoring the error, but I want to make sure I’m not missing something
