Security and server data on a full page in node

Is there any way to secure a Node page that does not have an associated Layout page? When working in Node, is using Layout/Content pages the only proper way of doing it?

Created a page in Node under Pages> New Page but I don’t have a layout page selected, I wanted everything in that one page. I don’t see the same properties available for it as a layout page:

Well normally you will always have a layout page assigned as it is the most easiest way.

If it is just a full page you can also add the server connect for security in the routing manager where there is route defined to it.

Thanks George I’ll take a look at that.