Author Topic: Zentyal Desktop access in Remote https section.  (Read 678 times)

paolo_belotti

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Zentyal Desktop access in Remote https section.
« on: July 15, 2012, 07:56:24 »
Dear All,
I have installed autoscan and I can lunch its graphical interface from the Zentyal desktop.
Is it possible to lunch the graphical interface from the Zentyal dashboard? I am asking this as I don't know how to lunch Autoscan when I remote connect to Zentyal Deskopt by https.
Thanks in advance for your help
- Paolo

robb

  • Forum Moderator
  • Zen Hero
  • *****
  • Posts: 1356
  • Karma: +37/-2
    • View Profile
    • Home of the Zentyal Community
Re: Zentyal Desktop access in Remote https section.
« Reply #1 on: July 15, 2012, 08:55:38 »
Can you explain what 'autoscan' is?
I wouldn't go the patrh of using the Zentyal Webgui for this anyway. It might be easier to use an SSH connection and start it from a terminal.

If that needs to be an automatic task, have a look at Cron jobs
Have a question about the Zentyal Community: ASK!
On these forums: robb
On http://webchat.freenode.net/?channels=zentyal : khildin

Want to use Ubuntu-one for free: Sign up here!

paolo_belotti

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Zentyal Desktop access in Remote https section.
« Reply #2 on: July 15, 2012, 11:17:27 »
Hi Robb,
I am testing Zentyal as I think it can be the backbone of the ICT infrastructure for schools.
The first task is the audit of the local networking infrastructure. As a tool, I use autoscan-network that I usually install in a local window or linux machine.
Ideally, I would like to use a Zentyal server also for the audit of the local networking but, if I don't make mistake, in the distribution there is not a tool like autoscan-network. That's why I was trying to integrate, if possible in a easy way, the two graphical interfaces. Of course, it is alawys possible to lunch autoscan-network through a SSH connection using a small bash file.
Thanks
Paolo

robb

  • Forum Moderator
  • Zen Hero
  • *****
  • Posts: 1356
  • Karma: +37/-2
    • View Profile
    • Home of the Zentyal Community
Re: Zentyal Desktop access in Remote https section.
« Reply #3 on: July 16, 2012, 01:13:14 »
Hi Paolo,

First, I hope Zentyal can bring whatever it takes that you need to use in school. Some comforting news: already 80+ schools in the Aragon region in Spain have Zentyal running as their school server.

I have deployed a Zentyal server on a primary school in Belgium myself and it is running real smoothly.

As far as I can see autoscan-network is a tool that runs on a system account. There is no need for LDAP integration is there?
If so, you can just install auto-scan-network on a Zentyal server using the commandline and run the application with any local account.

btw, Zentyal is a set of packages on top of Ubuntu server. If you can install on Ubuntu, you most likely can install on a Zentyal server too.

I am curious how you use autoscan-network and how you interpret the diagnostics coming from the scan.
Have a question about the Zentyal Community: ASK!
On these forums: robb
On http://webchat.freenode.net/?channels=zentyal : khildin

Want to use Ubuntu-one for free: Sign up here!

Whissely79

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • Thinomenon.com
Re: Zentyal Desktop access in Remote https section.
« Reply #4 on: August 03, 2012, 11:15:34 »
BTW I would like to be able to RDP into my Zentyal server. Not from outside the LAN, so I am not worried about security, I just want to be able to login to the desktop to move files around from folder to folder in the RAID, etc. Any ideas?
« Last Edit: August 03, 2012, 04:20:00 by robb »
Desktop virtualization solutions of premium quality available for ordering online.

robb

  • Forum Moderator
  • Zen Hero
  • *****
  • Posts: 1356
  • Karma: +37/-2
    • View Profile
    • Home of the Zentyal Community
Re: Zentyal Desktop access in Remote https section.
« Reply #5 on: August 03, 2012, 04:20:07 »
You could install an application like thunar and use the thunar gui with an ssh session, but I have enough with the webgui and SSH/commandline.

Code: [Select]
ssh -X user@ip.address thunar

Or if you use Ubuntu, just use Nautilus. It is capable to do remote connections:
http://karuppuswamy.com/wordpress/2010/09/01/how-to-access-remote-linux-machine-files-through-ssh-from-gnome-file-browser-nautilus/

regards,
robb
« Last Edit: August 03, 2012, 04:23:52 by robb »
Have a question about the Zentyal Community: ASK!
On these forums: robb
On http://webchat.freenode.net/?channels=zentyal : khildin

Want to use Ubuntu-one for free: Sign up here!