Jump to content

Critonline

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Critonline

  1. When a server has local access enabled, and the internet goes down, I'm unable to connect to it's using it's local ip-adresse. My browser keeps "switching" to the Unraid Server link.

    I use Pfsense  as my local router. 
    Any idea's somebody?

     

    Thx
     

  2. When you go to the VM's tab, select adn edit the VM you want to change the VNC port, and select edit, make sure the VM is turned off.

     

    In the next screen, in the top right corner is a slider, called XML view, slide it.
    The page will change in a custom edit screen.

    Look for the following;

     

     <graphics type='vnc' port='-1' autoport='yes' websocket='5703' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>

     

    You see that the port is set to -1, in other words "auto", this is repeated in the command after that, autoport=yes.

     

    Changing these values, will change them.

     

    eg.

     

     <graphics type='vnc' port='5905' autoport='no' websocket='5703' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>

     

    In the Case above VNC will listen to port 5905, nothing else.

    Keep in mind that you have to do this every time you make a change in the "normal" edit screen.

     

    Good Luck

    • Like 1
    • Thanks 1
  3. Hi all,

    I'm kinda new and I found that you can enlarge you're drive. After I've done that in unraid, and want toen boot a ISO to enlarge the partition it doesn't boot from that ISO. A error message shows briefly in White and Yellow letters.

     

    I tried Hirens and some other iso's, all the same (no) result.

     

    What is it that I miss.

     

    BTW it's a Linux non OS Debian for Teamspeak

    .

     

    Verstuurd vanaf mijn Nexus 5X met Tapatalk

     

     

  4. Hi all,

     

    I'm new to Unraid and Docker, however, I love Plesk.

     

    On their site they post a Docker link:

    docker run -d -it -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk:preview

     

    How do I get it to work?

    It shows installing, updating is removing it say's and nothing ..??

     

    Maybe just a small pinch in the right direction could be enough.

     

    All help is welcome.

     

    BTW I looked in plugins and Apps, maybe I'm blind or it's not there.

×
×
  • Create New...