Unauthorized Exception when using "-O Portal debug"

Can someone please tell me what this is about and how do I fix it?
I need to use -O portal because I need it to create an object... also, using sudo and not using sudo makes no difference.

$ sudo bin/client2 -O intranet debug
Starting debugger (the name "app" is bound to the top-level Zope object)
2017-09-08 10:07:28 WARNING ZODB.blob (33881) Blob dir /opt/plone/zeocluster/var/blobstorage/ has insecure mode setting
Traceback (most recent call last):
  File "/opt/plone/zeocluster/parts/client2/bin/interpreter", line 292, in <module>
    exec(_val)
  File "<string>", line 1, in <module>
  File "/opt/plone/buildout-cache/eggs/Zope2-2.13.24-py2.7.egg/ZPublisher/BaseRequest.py", line 623, in traverse
    response.unauthorized()
  File "/opt/plone/buildout-cache/eggs/Zope2-2.13.24-py2.7.egg/ZPublisher/HTTPResponse.py", line 756, in unauthorized
    raise Unauthorized, m
zExceptions.unauthorized.Unauthorized: You are not authorized to access this resource.

Unix permissions and unix groups have nothing to do with access rights within Plone. If necessary create a new security manager using newSecurityManager() for gaining the necessary rights with Plone...possibly there is a wrapper in plone.api for this.

Is there a way to connect to debug with admin creds?

[SOLVED] For anyone interested: