Hi guys, how are you?. I'm writing because i don't know how to add a Netbox server inside ISPCONFIG. I have alredy installed Netbox on the same server Ubuntu 16.04 but when i join ISPCONFIG's panel i can't add Netbox. My server configuration: Ubuntu server 16.04 / Private ip 192.168.10.2:8080 - ISPCONFIG3 192.168.10.2:8000 - Netbox Can i administrate (db,ip, port, etc) Netbox from ISPCONFIG3 Panel?. Sorry for my bad english.
My bad, it is a web application atop the Django Python framework with a Postgres SQL database. github / digitalocean/ netbox
I believe ISPConfig knows nothing about Netbox, so ISPConfig can not directly do anything to Netbox settings. You can create a website in ISPConfig and install Netbox in that website. If Netbox is the only thing you run on that host, maybe ISPConfig is not much use. If you already installed Netbox without ISPConfig, continue that way. If, on the other hand, you do need several websites on that host ISPConfig is useful. But Netbox can not be installed from ISPConfig Panel, ISPConfig just creates the website and you copy files there. Plus if Netbox needs PostgreSQL as database, you must install that also since ISPConfig uses MySQL or Mariadb.
You could probably create a website in ISPConfig in which you install netbox. I think I tested a very basic "hello world" python app in an ispconfig website and it ran, and possibly plone, but never django; you might search the forums here, or general web search, to see what you find specifically on that. You'd have to run through their requirements and make sure needed software is on the machine, and possibly (likely?) add custom vhost configuration to get it to run, but I would guess it'd be possible.