Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All,

Hi all,

  • I have deployed a self-hosted server and connected it to a NAS.
  • It is running at None , I have forwarded the port to access it with a public IP from a remote system.The issue persists due to the dynamic IP of the system, even after attempting to set it as static.
  • I am unable to access the server remotely.
  • Is there any way to configure the self-hosted ClearML server with a public IP?
  
  
Posted one year ago
Votes Newest

Answers 3


Hi @<1639074542859063296:profile|StunningSwallow12> , I'm not sure what is the issue - you have a server with an IP that keeps changing, and you are unable to access it? What error are you getting?

  
  
Posted one year ago

You can configure the network however you like, as long as the server is reachable

  
  
Posted one year ago

can i configure the server with public ip
right now it is running at port 8080
but i want it to run at something like 12.12.12.11:8080

  
  
Posted one year ago
871 Views
3 Answers
one year ago
one year ago
Tags